👈 {{ t('table.selectTableHint') }}
| {{ t('table.colName') }} | {{ t('table.colType') }} | {{ t('table.colNullable') }} | {{ t('table.colPrimaryKey') }} | {{ t('table.colDefault') }} | {{ t('table.colComment') }} |
|---|---|---|---|---|---|
| {{ col.name }} | {{ col.type }} | {{ col.nullable !== false ? t('common.yes') : t('common.no') }} | 🔑 - | {{ col.default_value || '-' }} |
{{ col.comment }}
-
|
{{ t('dataEdit.newRecord') }}
| {{ t('dataEdit.actions') }} | {{ col.name }} |
|---|---|
|
null{{ row[col.name] }}
|
📭 {{ t('dataEdit.noData') }}
{{ t('dataEdit.recordCounter').replace('{current}', state.selectedRowIndex + 1).replace('{total}', state.tableData.length) }}
|
{{ col.name }}
🔑
{{ col.comment }}
|
null {{ state.tableData[state.selectedRowIndex][col.name] }} |
|---|
📭 {{ t('dataEdit.noData') }}
{{ t('dataEdit.totalRows').replace('{total}', state.totalRows) }}
{{ t('dataEdit.pageInfo').replace('{current}', state.currentPageNum).replace('{total}', totalPages) }}
{{ t('dataEdit.rowsPerPage') }}
{{ t('dataEdit.jumpToPage') }}
{{ t('dataEdit.pageSuffix') }}