186 lines
5.1 KiB
JSON
186 lines
5.1 KiB
JSON
{
|
|
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
|
|
"animateLoading": true,
|
|
"borderColor": "#E0DEDE",
|
|
"borderRadius": "0.375rem",
|
|
"borderWidth": "1",
|
|
"bottomRow": 40,
|
|
"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": [
|
|
"Product",
|
|
"Qty_Ordered"
|
|
],
|
|
"columnUpdatedAt": 1768911391236,
|
|
"columnWidthMap": {
|
|
"Product": 152
|
|
},
|
|
"compactMode": "SHORT",
|
|
"customIsLoading": false,
|
|
"customIsLoadingValue": "",
|
|
"defaultPageSize": 0,
|
|
"defaultSelectedRowIndex": 0,
|
|
"defaultSelectedRowIndices": [
|
|
0
|
|
],
|
|
"delimiter": ",",
|
|
"dynamicBindingPathList": [
|
|
{
|
|
"key": "accentColor"
|
|
},
|
|
{
|
|
"key": "boxShadow"
|
|
},
|
|
{
|
|
"key": "tableData"
|
|
},
|
|
{
|
|
"key": "primaryColumns.Product.computedValue"
|
|
},
|
|
{
|
|
"key": "primaryColumns.Qty_Ordered.computedValue"
|
|
}
|
|
],
|
|
"dynamicPropertyPathList": [
|
|
{
|
|
"key": "tableData"
|
|
},
|
|
{
|
|
"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": false,
|
|
"key": "9mn8k38jb0",
|
|
"label": "Data",
|
|
"leftColumn": 0,
|
|
"minWidth": 450,
|
|
"mobileBottomRow": 33,
|
|
"mobileLeftColumn": 1,
|
|
"mobileRightColumn": 35,
|
|
"mobileTopRow": 5,
|
|
"needsErrorInfo": false,
|
|
"originalBottomRow": 41,
|
|
"originalTopRow": 5,
|
|
"parentColumnSpace": 11.265625,
|
|
"parentId": "o7m1w5vrow",
|
|
"parentRowSpace": 10,
|
|
"primaryColumns": {
|
|
"Product": {
|
|
"alias": "Product",
|
|
"allowCellWrapping": false,
|
|
"allowSameOptionsInNewRow": true,
|
|
"cellBackground": "",
|
|
"columnType": "text",
|
|
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Product\"])) : Product })()}}",
|
|
"currencyCode": "USD",
|
|
"decimals": 0,
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"fontStyle": "",
|
|
"horizontalAlignment": "LEFT",
|
|
"id": "Product",
|
|
"index": 0,
|
|
"isCellEditable": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"isDisabled": false,
|
|
"isDiscardVisible": true,
|
|
"isEditable": false,
|
|
"isSaveVisible": true,
|
|
"isVisible": true,
|
|
"label": "Product",
|
|
"notation": "standard",
|
|
"originalId": "Product",
|
|
"sticky": "",
|
|
"textColor": "",
|
|
"textSize": "0.775rem",
|
|
"thousandSeparator": true,
|
|
"validation": {},
|
|
"verticalAlignment": "CENTER",
|
|
"width": 150
|
|
},
|
|
"Qty_Ordered": {
|
|
"alias": "Qty Ordered",
|
|
"allowCellWrapping": false,
|
|
"allowSameOptionsInNewRow": true,
|
|
"cellBackground": "",
|
|
"columnType": "number",
|
|
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Qty Ordered\"])) : Qty Ordered })()}}",
|
|
"currencyCode": "USD",
|
|
"decimals": 0,
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"fontStyle": "",
|
|
"horizontalAlignment": "LEFT",
|
|
"id": "Qty_Ordered",
|
|
"index": 1,
|
|
"isCellEditable": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"isDisabled": false,
|
|
"isDiscardVisible": true,
|
|
"isEditable": false,
|
|
"isSaveVisible": true,
|
|
"isVisible": true,
|
|
"label": "Qty Ordered",
|
|
"notation": "standard",
|
|
"originalId": "Qty Ordered",
|
|
"sticky": "",
|
|
"textColor": "",
|
|
"textSize": "0.775rem",
|
|
"thousandSeparator": true,
|
|
"validation": {},
|
|
"verticalAlignment": "CENTER",
|
|
"width": 150
|
|
}
|
|
},
|
|
"renderMode": "CANVAS",
|
|
"responsiveBehavior": "fill",
|
|
"rightColumn": 62,
|
|
"searchKey": "",
|
|
"tableData": "{{units_shipped_by_series.data}}",
|
|
"textSize": "0.775rem",
|
|
"topRow": 7,
|
|
"totalRecordsCount": 0,
|
|
"type": "TABLE_WIDGET_V2",
|
|
"version": 2,
|
|
"verticalAlignment": "CENTER",
|
|
"widgetId": "09qniwp9nt",
|
|
"widgetName": "Table1"
|
|
} |