Resized tables

This commit is contained in:
2026-03-31 11:07:24 +00:00
parent 2e25ec7b8c
commit 3b074a0ca5
16 changed files with 532 additions and 484 deletions

View File

@@ -4,7 +4,7 @@
"borderColor": "#E0DEDE",
"borderRadius": "0.375rem",
"borderWidth": "1",
"bottomRow": 67,
"bottomRow": 124,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"cachedTableData": {},
"canFreezeColumn": true,
@@ -45,20 +45,40 @@
"customIsLoadingValue": "",
"defaultPageSize": 0,
"defaultSelectedRowIndex": 0,
"defaultSelectedRowIndices": [0],
"defaultSelectedRowIndices": [
0
],
"delimiter": ",",
"dynamicBindingPathList": [
{"key": "accentColor"},
{"key": "boxShadow"},
{"key": "tableData"},
{"key": "primaryColumns.wo.computedValue"},
{"key": "primaryColumns.descrip.computedValue"},
{"key": "primaryColumns.user.computedValue"},
{"key": "primaryColumns.comment.computedValue"},
{"key": "primaryColumns.date.computedValue"}
{
"key": "accentColor"
},
{
"key": "boxShadow"
},
{
"key": "tableData"
},
{
"key": "primaryColumns.wo.computedValue"
},
{
"key": "primaryColumns.descrip.computedValue"
},
{
"key": "primaryColumns.user.computedValue"
},
{
"key": "primaryColumns.comment.computedValue"
},
{
"key": "primaryColumns.date.computedValue"
}
],
"dynamicPropertyPathList": [
{"key": "textSize"}
{
"key": "textSize"
}
],
"dynamicTriggerPathList": [],
"enableClientSideSearch": true,
@@ -88,19 +108,19 @@
"parentId": "0",
"parentRowSpace": 10,
"primaryColumns": {
"wo": {
"alias": "wo",
"comment": {
"alias": "comment",
"allowCellWrapping": false,
"allowSameOptionsInNewRow": true,
"columnType": "text",
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"wo\"])) : wo })()}}",
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"comment\"])) : comment })()}}",
"currencyCode": "USD",
"decimals": 0,
"enableFilter": true,
"enableSort": true,
"horizontalAlignment": "LEFT",
"id": "wo",
"index": 0,
"id": "comment",
"index": 3,
"isCellEditable": false,
"isCellVisible": true,
"isDerived": false,
@@ -109,9 +129,40 @@
"isEditable": false,
"isSaveVisible": true,
"isVisible": true,
"label": "wo",
"label": "comment",
"notation": "standard",
"originalId": "wo",
"originalId": "comment",
"sticky": "",
"textSize": "0.775rem",
"thousandSeparator": true,
"validation": {},
"verticalAlignment": "CENTER",
"width": 150
},
"date": {
"alias": "date",
"allowCellWrapping": false,
"allowSameOptionsInNewRow": true,
"columnType": "date",
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"date\"])) : date })()}}",
"currencyCode": "USD",
"decimals": 0,
"enableFilter": true,
"enableSort": true,
"horizontalAlignment": "LEFT",
"id": "date",
"index": 4,
"isCellEditable": false,
"isCellVisible": true,
"isDerived": false,
"isDisabled": false,
"isDiscardVisible": true,
"isEditable": false,
"isSaveVisible": true,
"isVisible": true,
"label": "date",
"notation": "standard",
"originalId": "date",
"sticky": "",
"textSize": "0.775rem",
"thousandSeparator": true,
@@ -181,19 +232,19 @@
"verticalAlignment": "CENTER",
"width": 150
},
"comment": {
"alias": "comment",
"wo": {
"alias": "wo",
"allowCellWrapping": false,
"allowSameOptionsInNewRow": true,
"columnType": "text",
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"comment\"])) : comment })()}}",
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"wo\"])) : wo })()}}",
"currencyCode": "USD",
"decimals": 0,
"enableFilter": true,
"enableSort": true,
"horizontalAlignment": "LEFT",
"id": "comment",
"index": 3,
"id": "wo",
"index": 0,
"isCellEditable": false,
"isCellVisible": true,
"isDerived": false,
@@ -202,40 +253,9 @@
"isEditable": false,
"isSaveVisible": true,
"isVisible": true,
"label": "comment",
"label": "wo",
"notation": "standard",
"originalId": "comment",
"sticky": "",
"textSize": "0.775rem",
"thousandSeparator": true,
"validation": {},
"verticalAlignment": "CENTER",
"width": 150
},
"date": {
"alias": "date",
"allowCellWrapping": false,
"allowSameOptionsInNewRow": true,
"columnType": "date",
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"date\"])) : date })()}}",
"currencyCode": "USD",
"decimals": 0,
"enableFilter": true,
"enableSort": true,
"horizontalAlignment": "LEFT",
"id": "date",
"index": 4,
"isCellEditable": false,
"isCellVisible": true,
"isDerived": false,
"isDisabled": false,
"isDiscardVisible": true,
"isEditable": false,
"isSaveVisible": true,
"isVisible": true,
"label": "date",
"notation": "standard",
"originalId": "date",
"originalId": "wo",
"sticky": "",
"textSize": "0.775rem",
"thousandSeparator": true,