renameView(activeView, e.target.value)"
class="text-lg font-semibold bg-transparent border-none outline-none focus:bg-gray-50 px-2 -ml-2"
placeholder="View Name">
Select a table or view
{{ wordCount }} Words
Sorted by
{{ activeTable.columns.find(c => c.id === sortBy)?.name }}
Found {{ filteredAndSortedData.length }} of {{ tableData.length }} rows
|
{{ col.name
}}
|
||
|---|---|---|
| {{ startOffset + index + 1 }} |
{{ calculateFormula(col.formula, row) }}
handleKeyDown(e, row, col)"
@paste="e => handlePaste(e, row, col)" @input="onCellChange(row, col)" placeholder="(empty)"
:class="['focus:bg-white transition-colors z-10', col.id === '_id' ? 'bg-gray-50/50 text-gray-400 font-mono text-[10px]' : '']">
handleKeyDown(e, row, col)"
@paste="e => handlePaste(e, row, col)" @input="onCellChange(row, col)" placeholder="0"
class="focus:bg-white transition-colors z-10 font-mono text-right px-3">
{{ row[col.id].split('_').slice(1).join('_') }}
{{ getRowDisplayName(col.relationTableId, data[col.relationTableId]?.find(r => r._id ===
id),
col.relationDisplayColId) }}
No links
...
handleKeyDown(e, row, col)" @paste="e => handlePaste(e, row, col)"
@input="onCellChange(row, col)" placeholder="https://..."
class="flex-1 bg-transparent border-none outline-none text-sm text-blue-600 underline-offset-2 hover:underline z-10">
{{ getLookupValue(row, col) }}
|
|
|
No data in this table yet.
|
||
| ∑ |
{{ getSummaryLabel(col.summaryType) }}
{{ getColumnSummary(col) }}
—
|
Initializing View...
Column Options
Summary Settings
Available Variables:
values: Array of column datarows: Array of all table recordssum(arr?): Math sum helperavg(arr?): Math average helperMath.*: Standard JS Math lib
Display Formatting
Table Settings
Column editing is globally disabled.
{{ columnMenu.name }}
Auto Width