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",
|
||||
|
||||
Reference in New Issue
Block a user