Cleanup
This commit is contained in:
@@ -33,11 +33,11 @@
|
||||
},
|
||||
"columnOrder": [
|
||||
"Product",
|
||||
"Qty_Ordered",
|
||||
"Power_Output",
|
||||
"Input"
|
||||
"Input",
|
||||
"Qty_Shipped"
|
||||
],
|
||||
"columnUpdatedAt": 1769094100515,
|
||||
"columnUpdatedAt": 1773397352189,
|
||||
"columnWidthMap": {
|
||||
"Power_Output": 150,
|
||||
"Product": 146,
|
||||
@@ -62,9 +62,6 @@
|
||||
{
|
||||
"key": "primaryColumns.Product.computedValue"
|
||||
},
|
||||
{
|
||||
"key": "primaryColumns.Qty_Ordered.computedValue"
|
||||
},
|
||||
{
|
||||
"key": "tableData"
|
||||
},
|
||||
@@ -73,6 +70,9 @@
|
||||
},
|
||||
{
|
||||
"key": "primaryColumns.Input.computedValue"
|
||||
},
|
||||
{
|
||||
"key": "primaryColumns.Qty_Shipped.computedValue"
|
||||
}
|
||||
],
|
||||
"dynamicPropertyPathList": [
|
||||
@@ -213,21 +213,21 @@
|
||||
"verticalAlignment": "CENTER",
|
||||
"width": 150
|
||||
},
|
||||
"Qty_Ordered": {
|
||||
"alias": "Qty Ordered",
|
||||
"Qty_Shipped": {
|
||||
"alias": "Qty Shipped",
|
||||
"allowCellWrapping": false,
|
||||
"allowSameOptionsInNewRow": true,
|
||||
"cellBackground": "",
|
||||
"columnType": "number",
|
||||
"computedValue": "{{(() => { const tableData = Table1Copy.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Qty Ordered\"])) : Qty Ordered })()}}",
|
||||
"computedValue": "{{(() => { const tableData = Table1Copy.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Qty Shipped\"])) : Qty Shipped })()}}",
|
||||
"currencyCode": "USD",
|
||||
"decimals": 0,
|
||||
"enableFilter": true,
|
||||
"enableSort": true,
|
||||
"fontStyle": "",
|
||||
"horizontalAlignment": "LEFT",
|
||||
"id": "Qty_Ordered",
|
||||
"index": 1,
|
||||
"id": "Qty_Shipped",
|
||||
"index": 3,
|
||||
"isCellEditable": false,
|
||||
"isCellVisible": true,
|
||||
"isDerived": false,
|
||||
@@ -238,7 +238,7 @@
|
||||
"isVisible": true,
|
||||
"label": "Qty Shipped",
|
||||
"notation": "standard",
|
||||
"originalId": "Qty Ordered",
|
||||
"originalId": "Qty Shipped",
|
||||
"sticky": "",
|
||||
"textColor": "",
|
||||
"textSize": "0.775rem",
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
"borderColor": "#E0DEDE",
|
||||
"borderRadius": "0.375rem",
|
||||
"borderWidth": 1,
|
||||
"bottomRow": 51,
|
||||
"bottomRow": 179,
|
||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||
"children": [
|
||||
{
|
||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||
"bottomRow": 420,
|
||||
"bottomRow": 1700,
|
||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||
"canExtend": true,
|
||||
"detachFromLayout": true,
|
||||
@@ -56,7 +56,7 @@
|
||||
},
|
||||
{
|
||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||
"bottomRow": 1680,
|
||||
"bottomRow": 1700,
|
||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||
"canExtend": true,
|
||||
"detachFromLayout": true,
|
||||
@@ -126,7 +126,7 @@
|
||||
"mobileRightColumn": 26,
|
||||
"mobileTopRow": 61,
|
||||
"needsErrorInfo": false,
|
||||
"originalBottomRow": 51,
|
||||
"originalBottomRow": 179,
|
||||
"originalTopRow": 5,
|
||||
"parentColumnSpace": 25.109375,
|
||||
"parentId": "0",
|
||||
|
||||
Reference in New Issue
Block a user