Select a table
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)"
@input="triggerSave" placeholder="(empty)"
class="hover:bg-gray-50 focus:bg-white transition-colors z-10">
handleKeyDown(e, row, col)"
@input="triggerSave" placeholder="0"
class="hover:bg-gray-50 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)" @input="triggerSave" 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.
|
||
| ∑ |
{{ getColumnSummary(col) }}
|