280 lines
8.0 KiB
JSON
280 lines
8.0 KiB
JSON
{
|
|
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
|
|
"animateLoading": true,
|
|
"borderColor": "#E0DEDE",
|
|
"borderRadius": "0.375rem",
|
|
"borderWidth": "1",
|
|
"bottomRow": 124,
|
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
|
"cachedTableData": {},
|
|
"canFreezeColumn": true,
|
|
"childStylesheet": {
|
|
"button": {
|
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
|
"boxShadow": "none",
|
|
"buttonColor": "{{appsmith.theme.colors.primaryColor}}"
|
|
},
|
|
"editActions": {
|
|
"discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
|
"discardButtonColor": "{{appsmith.theme.colors.primaryColor}}",
|
|
"saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
|
"saveButtonColor": "{{appsmith.theme.colors.primaryColor}}"
|
|
},
|
|
"iconButton": {
|
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
|
"boxShadow": "none",
|
|
"buttonColor": "{{appsmith.theme.colors.primaryColor}}"
|
|
},
|
|
"menuButton": {
|
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
|
"boxShadow": "none",
|
|
"menuColor": "{{appsmith.theme.colors.primaryColor}}"
|
|
}
|
|
},
|
|
"columnOrder": [
|
|
"wo",
|
|
"descrip",
|
|
"user",
|
|
"comment",
|
|
"date"
|
|
],
|
|
"columnUpdatedAt": 1768910474559,
|
|
"columnWidthMap": {},
|
|
"compactMode": "SHORT",
|
|
"customIsLoading": false,
|
|
"customIsLoadingValue": "",
|
|
"defaultPageSize": 0,
|
|
"defaultSelectedRowIndex": 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"
|
|
}
|
|
],
|
|
"dynamicPropertyPathList": [
|
|
{
|
|
"key": "textSize"
|
|
}
|
|
],
|
|
"dynamicTriggerPathList": [],
|
|
"enableClientSideSearch": true,
|
|
"endOfData": false,
|
|
"flexVerticalAlignment": "start",
|
|
"horizontalAlignment": "LEFT",
|
|
"inlineEditingSaveOption": "ROW_LEVEL",
|
|
"isLoading": false,
|
|
"isSortable": true,
|
|
"isVisible": true,
|
|
"isVisibleDownload": true,
|
|
"isVisibleFilters": false,
|
|
"isVisiblePagination": true,
|
|
"isVisibleSearch": true,
|
|
"key": "eh1tblkey01",
|
|
"label": "Data",
|
|
"leftColumn": 9,
|
|
"minWidth": 450,
|
|
"mobileBottomRow": 31,
|
|
"mobileLeftColumn": 15,
|
|
"mobileRightColumn": 64,
|
|
"mobileTopRow": 10,
|
|
"needsErrorInfo": false,
|
|
"originalBottomRow": 67,
|
|
"originalTopRow": 5,
|
|
"parentColumnSpace": 11.265625,
|
|
"parentId": "0",
|
|
"parentRowSpace": 10,
|
|
"primaryColumns": {
|
|
"comment": {
|
|
"alias": "comment",
|
|
"allowCellWrapping": false,
|
|
"allowSameOptionsInNewRow": true,
|
|
"columnType": "text",
|
|
"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": "comment",
|
|
"index": 3,
|
|
"isCellEditable": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"isDisabled": false,
|
|
"isDiscardVisible": true,
|
|
"isEditable": false,
|
|
"isSaveVisible": true,
|
|
"isVisible": true,
|
|
"label": "comment",
|
|
"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",
|
|
"sticky": "",
|
|
"textSize": "0.775rem",
|
|
"thousandSeparator": true,
|
|
"validation": {},
|
|
"verticalAlignment": "CENTER",
|
|
"width": 150
|
|
},
|
|
"descrip": {
|
|
"alias": "descrip",
|
|
"allowCellWrapping": false,
|
|
"allowSameOptionsInNewRow": true,
|
|
"columnType": "text",
|
|
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"descrip\"])) : descrip })()}}",
|
|
"currencyCode": "USD",
|
|
"decimals": 0,
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"horizontalAlignment": "LEFT",
|
|
"id": "descrip",
|
|
"index": 1,
|
|
"isCellEditable": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"isDisabled": false,
|
|
"isDiscardVisible": true,
|
|
"isEditable": false,
|
|
"isSaveVisible": true,
|
|
"isVisible": true,
|
|
"label": "descrip",
|
|
"notation": "standard",
|
|
"originalId": "descrip",
|
|
"sticky": "",
|
|
"textSize": "0.775rem",
|
|
"thousandSeparator": true,
|
|
"validation": {},
|
|
"verticalAlignment": "CENTER",
|
|
"width": 150
|
|
},
|
|
"user": {
|
|
"alias": "user",
|
|
"allowCellWrapping": false,
|
|
"allowSameOptionsInNewRow": true,
|
|
"columnType": "text",
|
|
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"user\"])) : user })()}}",
|
|
"currencyCode": "USD",
|
|
"decimals": 0,
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"horizontalAlignment": "LEFT",
|
|
"id": "user",
|
|
"index": 2,
|
|
"isCellEditable": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"isDisabled": false,
|
|
"isDiscardVisible": true,
|
|
"isEditable": false,
|
|
"isSaveVisible": true,
|
|
"isVisible": true,
|
|
"label": "user",
|
|
"notation": "standard",
|
|
"originalId": "user",
|
|
"sticky": "",
|
|
"textSize": "0.775rem",
|
|
"thousandSeparator": true,
|
|
"validation": {},
|
|
"verticalAlignment": "CENTER",
|
|
"width": 150
|
|
},
|
|
"wo": {
|
|
"alias": "wo",
|
|
"allowCellWrapping": false,
|
|
"allowSameOptionsInNewRow": true,
|
|
"columnType": "text",
|
|
"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": "wo",
|
|
"index": 0,
|
|
"isCellEditable": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"isDisabled": false,
|
|
"isDiscardVisible": true,
|
|
"isEditable": false,
|
|
"isSaveVisible": true,
|
|
"isVisible": true,
|
|
"label": "wo",
|
|
"notation": "standard",
|
|
"originalId": "wo",
|
|
"sticky": "",
|
|
"textSize": "0.775rem",
|
|
"thousandSeparator": true,
|
|
"validation": {},
|
|
"verticalAlignment": "CENTER",
|
|
"width": 150
|
|
}
|
|
},
|
|
"renderMode": "CANVAS",
|
|
"responsiveBehavior": "fill",
|
|
"rightColumn": 64,
|
|
"searchKey": "",
|
|
"tableData": "{{engineering_holds.data}}",
|
|
"textSize": "0.775rem",
|
|
"topRow": 5,
|
|
"totalRecordsCount": 0,
|
|
"type": "TABLE_WIDGET_V2",
|
|
"version": 2,
|
|
"verticalAlignment": "CENTER",
|
|
"widgetId": "eh1table001",
|
|
"widgetName": "Table1"
|
|
} |