Resized tables
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"borderColor": "#E0DEDE",
|
"borderColor": "#E0DEDE",
|
||||||
"borderRadius": "0.375rem",
|
"borderRadius": "0.375rem",
|
||||||
"borderWidth": "1",
|
"borderWidth": "1",
|
||||||
"bottomRow": 67,
|
"bottomRow": 124,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"cachedTableData": {},
|
"cachedTableData": {},
|
||||||
"canFreezeColumn": true,
|
"canFreezeColumn": true,
|
||||||
@@ -45,20 +45,40 @@
|
|||||||
"customIsLoadingValue": "",
|
"customIsLoadingValue": "",
|
||||||
"defaultPageSize": 0,
|
"defaultPageSize": 0,
|
||||||
"defaultSelectedRowIndex": 0,
|
"defaultSelectedRowIndex": 0,
|
||||||
"defaultSelectedRowIndices": [0],
|
"defaultSelectedRowIndices": [
|
||||||
|
0
|
||||||
|
],
|
||||||
"delimiter": ",",
|
"delimiter": ",",
|
||||||
"dynamicBindingPathList": [
|
"dynamicBindingPathList": [
|
||||||
{"key": "accentColor"},
|
{
|
||||||
{"key": "boxShadow"},
|
"key": "accentColor"
|
||||||
{"key": "tableData"},
|
},
|
||||||
{"key": "primaryColumns.wo.computedValue"},
|
{
|
||||||
{"key": "primaryColumns.descrip.computedValue"},
|
"key": "boxShadow"
|
||||||
{"key": "primaryColumns.user.computedValue"},
|
},
|
||||||
{"key": "primaryColumns.comment.computedValue"},
|
{
|
||||||
{"key": "primaryColumns.date.computedValue"}
|
"key": "tableData"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "primaryColumns.wo.computedValue"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "primaryColumns.descrip.computedValue"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "primaryColumns.user.computedValue"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "primaryColumns.comment.computedValue"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "primaryColumns.date.computedValue"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"dynamicPropertyPathList": [
|
"dynamicPropertyPathList": [
|
||||||
{"key": "textSize"}
|
{
|
||||||
|
"key": "textSize"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"dynamicTriggerPathList": [],
|
"dynamicTriggerPathList": [],
|
||||||
"enableClientSideSearch": true,
|
"enableClientSideSearch": true,
|
||||||
@@ -88,19 +108,19 @@
|
|||||||
"parentId": "0",
|
"parentId": "0",
|
||||||
"parentRowSpace": 10,
|
"parentRowSpace": 10,
|
||||||
"primaryColumns": {
|
"primaryColumns": {
|
||||||
"wo": {
|
"comment": {
|
||||||
"alias": "wo",
|
"alias": "comment",
|
||||||
"allowCellWrapping": false,
|
"allowCellWrapping": false,
|
||||||
"allowSameOptionsInNewRow": true,
|
"allowSameOptionsInNewRow": true,
|
||||||
"columnType": "text",
|
"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",
|
"currencyCode": "USD",
|
||||||
"decimals": 0,
|
"decimals": 0,
|
||||||
"enableFilter": true,
|
"enableFilter": true,
|
||||||
"enableSort": true,
|
"enableSort": true,
|
||||||
"horizontalAlignment": "LEFT",
|
"horizontalAlignment": "LEFT",
|
||||||
"id": "wo",
|
"id": "comment",
|
||||||
"index": 0,
|
"index": 3,
|
||||||
"isCellEditable": false,
|
"isCellEditable": false,
|
||||||
"isCellVisible": true,
|
"isCellVisible": true,
|
||||||
"isDerived": false,
|
"isDerived": false,
|
||||||
@@ -109,9 +129,40 @@
|
|||||||
"isEditable": false,
|
"isEditable": false,
|
||||||
"isSaveVisible": true,
|
"isSaveVisible": true,
|
||||||
"isVisible": true,
|
"isVisible": true,
|
||||||
"label": "wo",
|
"label": "comment",
|
||||||
"notation": "standard",
|
"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": "",
|
"sticky": "",
|
||||||
"textSize": "0.775rem",
|
"textSize": "0.775rem",
|
||||||
"thousandSeparator": true,
|
"thousandSeparator": true,
|
||||||
@@ -181,19 +232,19 @@
|
|||||||
"verticalAlignment": "CENTER",
|
"verticalAlignment": "CENTER",
|
||||||
"width": 150
|
"width": 150
|
||||||
},
|
},
|
||||||
"comment": {
|
"wo": {
|
||||||
"alias": "comment",
|
"alias": "wo",
|
||||||
"allowCellWrapping": false,
|
"allowCellWrapping": false,
|
||||||
"allowSameOptionsInNewRow": true,
|
"allowSameOptionsInNewRow": true,
|
||||||
"columnType": "text",
|
"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",
|
"currencyCode": "USD",
|
||||||
"decimals": 0,
|
"decimals": 0,
|
||||||
"enableFilter": true,
|
"enableFilter": true,
|
||||||
"enableSort": true,
|
"enableSort": true,
|
||||||
"horizontalAlignment": "LEFT",
|
"horizontalAlignment": "LEFT",
|
||||||
"id": "comment",
|
"id": "wo",
|
||||||
"index": 3,
|
"index": 0,
|
||||||
"isCellEditable": false,
|
"isCellEditable": false,
|
||||||
"isCellVisible": true,
|
"isCellVisible": true,
|
||||||
"isDerived": false,
|
"isDerived": false,
|
||||||
@@ -202,40 +253,9 @@
|
|||||||
"isEditable": false,
|
"isEditable": false,
|
||||||
"isSaveVisible": true,
|
"isSaveVisible": true,
|
||||||
"isVisible": true,
|
"isVisible": true,
|
||||||
"label": "comment",
|
"label": "wo",
|
||||||
"notation": "standard",
|
"notation": "standard",
|
||||||
"originalId": "comment",
|
"originalId": "wo",
|
||||||
"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": "",
|
"sticky": "",
|
||||||
"textSize": "0.775rem",
|
"textSize": "0.775rem",
|
||||||
"thousandSeparator": true,
|
"thousandSeparator": true,
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"borderColor": "#E0DEDE",
|
"borderColor": "#E0DEDE",
|
||||||
"borderRadius": "0.375rem",
|
"borderRadius": "0.375rem",
|
||||||
"borderWidth": "1",
|
"borderWidth": "1",
|
||||||
"bottomRow": 67,
|
"bottomRow": 124,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"cachedTableData": {},
|
"cachedTableData": {},
|
||||||
"canFreezeColumn": true,
|
"canFreezeColumn": true,
|
||||||
@@ -49,24 +49,52 @@
|
|||||||
"customIsLoadingValue": "",
|
"customIsLoadingValue": "",
|
||||||
"defaultPageSize": 0,
|
"defaultPageSize": 0,
|
||||||
"defaultSelectedRowIndex": 0,
|
"defaultSelectedRowIndex": 0,
|
||||||
"defaultSelectedRowIndices": [0],
|
"defaultSelectedRowIndices": [
|
||||||
|
0
|
||||||
|
],
|
||||||
"delimiter": ",",
|
"delimiter": ",",
|
||||||
"dynamicBindingPathList": [
|
"dynamicBindingPathList": [
|
||||||
{"key": "accentColor"},
|
{
|
||||||
{"key": "boxShadow"},
|
"key": "accentColor"
|
||||||
{"key": "tableData"},
|
},
|
||||||
{"key": "primaryColumns.ID.computedValue"},
|
{
|
||||||
{"key": "primaryColumns.URL.computedValue"},
|
"key": "boxShadow"
|
||||||
{"key": "primaryColumns.Drawing_Path.computedValue"},
|
},
|
||||||
{"key": "primaryColumns.SVN.computedValue"},
|
{
|
||||||
{"key": "primaryColumns.User.computedValue"},
|
"key": "tableData"
|
||||||
{"key": "primaryColumns.Message.computedValue"},
|
},
|
||||||
{"key": "primaryColumns.Unresolved_Count.computedValue"},
|
{
|
||||||
{"key": "primaryColumns.Has_Unresolved.computedValue"},
|
"key": "primaryColumns.ID.computedValue"
|
||||||
{"key": "primaryColumns.Unresolved_Links.computedValue"}
|
},
|
||||||
|
{
|
||||||
|
"key": "primaryColumns.URL.computedValue"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "primaryColumns.Drawing_Path.computedValue"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "primaryColumns.SVN.computedValue"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "primaryColumns.User.computedValue"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "primaryColumns.Message.computedValue"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "primaryColumns.Unresolved_Count.computedValue"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "primaryColumns.Has_Unresolved.computedValue"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "primaryColumns.Unresolved_Links.computedValue"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"dynamicPropertyPathList": [
|
"dynamicPropertyPathList": [
|
||||||
{"key": "textSize"}
|
{
|
||||||
|
"key": "textSize"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"dynamicTriggerPathList": [],
|
"dynamicTriggerPathList": [],
|
||||||
"enableClientSideSearch": true,
|
"enableClientSideSearch": true,
|
||||||
@@ -96,68 +124,6 @@
|
|||||||
"parentId": "0",
|
"parentId": "0",
|
||||||
"parentRowSpace": 10,
|
"parentRowSpace": 10,
|
||||||
"primaryColumns": {
|
"primaryColumns": {
|
||||||
"ID": {
|
|
||||||
"alias": "ID",
|
|
||||||
"allowCellWrapping": false,
|
|
||||||
"allowSameOptionsInNewRow": true,
|
|
||||||
"columnType": "number",
|
|
||||||
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"ID\"])) : ID })()}}",
|
|
||||||
"currencyCode": "USD",
|
|
||||||
"decimals": 0,
|
|
||||||
"enableFilter": true,
|
|
||||||
"enableSort": true,
|
|
||||||
"horizontalAlignment": "LEFT",
|
|
||||||
"id": "ID",
|
|
||||||
"index": 0,
|
|
||||||
"isCellEditable": false,
|
|
||||||
"isCellVisible": true,
|
|
||||||
"isDerived": false,
|
|
||||||
"isDisabled": false,
|
|
||||||
"isDiscardVisible": true,
|
|
||||||
"isEditable": false,
|
|
||||||
"isSaveVisible": true,
|
|
||||||
"isVisible": true,
|
|
||||||
"label": "ID",
|
|
||||||
"notation": "standard",
|
|
||||||
"originalId": "ID",
|
|
||||||
"sticky": "",
|
|
||||||
"textSize": "0.775rem",
|
|
||||||
"thousandSeparator": true,
|
|
||||||
"validation": {},
|
|
||||||
"verticalAlignment": "CENTER",
|
|
||||||
"width": 150
|
|
||||||
},
|
|
||||||
"URL": {
|
|
||||||
"alias": "URL",
|
|
||||||
"allowCellWrapping": false,
|
|
||||||
"allowSameOptionsInNewRow": true,
|
|
||||||
"columnType": "url",
|
|
||||||
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"URL\"])) : URL })()}}",
|
|
||||||
"currencyCode": "USD",
|
|
||||||
"decimals": 0,
|
|
||||||
"enableFilter": true,
|
|
||||||
"enableSort": true,
|
|
||||||
"horizontalAlignment": "LEFT",
|
|
||||||
"id": "URL",
|
|
||||||
"index": 1,
|
|
||||||
"isCellEditable": false,
|
|
||||||
"isCellVisible": true,
|
|
||||||
"isDerived": false,
|
|
||||||
"isDisabled": false,
|
|
||||||
"isDiscardVisible": true,
|
|
||||||
"isEditable": false,
|
|
||||||
"isSaveVisible": true,
|
|
||||||
"isVisible": true,
|
|
||||||
"label": "URL",
|
|
||||||
"notation": "standard",
|
|
||||||
"originalId": "URL",
|
|
||||||
"sticky": "",
|
|
||||||
"textSize": "0.775rem",
|
|
||||||
"thousandSeparator": true,
|
|
||||||
"validation": {},
|
|
||||||
"verticalAlignment": "CENTER",
|
|
||||||
"width": 150
|
|
||||||
},
|
|
||||||
"Drawing_Path": {
|
"Drawing_Path": {
|
||||||
"alias": "Drawing Path",
|
"alias": "Drawing Path",
|
||||||
"allowCellWrapping": false,
|
"allowCellWrapping": false,
|
||||||
@@ -189,130 +155,6 @@
|
|||||||
"verticalAlignment": "CENTER",
|
"verticalAlignment": "CENTER",
|
||||||
"width": 150
|
"width": 150
|
||||||
},
|
},
|
||||||
"SVN": {
|
|
||||||
"alias": "SVN",
|
|
||||||
"allowCellWrapping": false,
|
|
||||||
"allowSameOptionsInNewRow": true,
|
|
||||||
"columnType": "text",
|
|
||||||
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"SVN\"])) : SVN })()}}",
|
|
||||||
"currencyCode": "USD",
|
|
||||||
"decimals": 0,
|
|
||||||
"enableFilter": true,
|
|
||||||
"enableSort": true,
|
|
||||||
"horizontalAlignment": "LEFT",
|
|
||||||
"id": "SVN",
|
|
||||||
"index": 3,
|
|
||||||
"isCellEditable": false,
|
|
||||||
"isCellVisible": true,
|
|
||||||
"isDerived": false,
|
|
||||||
"isDisabled": false,
|
|
||||||
"isDiscardVisible": true,
|
|
||||||
"isEditable": false,
|
|
||||||
"isSaveVisible": true,
|
|
||||||
"isVisible": true,
|
|
||||||
"label": "SVN",
|
|
||||||
"notation": "standard",
|
|
||||||
"originalId": "SVN",
|
|
||||||
"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": 4,
|
|
||||||
"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
|
|
||||||
},
|
|
||||||
"Message": {
|
|
||||||
"alias": "Message",
|
|
||||||
"allowCellWrapping": false,
|
|
||||||
"allowSameOptionsInNewRow": true,
|
|
||||||
"columnType": "text",
|
|
||||||
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Message\"])) : Message })()}}",
|
|
||||||
"currencyCode": "USD",
|
|
||||||
"decimals": 0,
|
|
||||||
"enableFilter": true,
|
|
||||||
"enableSort": true,
|
|
||||||
"horizontalAlignment": "LEFT",
|
|
||||||
"id": "Message",
|
|
||||||
"index": 5,
|
|
||||||
"isCellEditable": false,
|
|
||||||
"isCellVisible": true,
|
|
||||||
"isDerived": false,
|
|
||||||
"isDisabled": false,
|
|
||||||
"isDiscardVisible": true,
|
|
||||||
"isEditable": false,
|
|
||||||
"isSaveVisible": true,
|
|
||||||
"isVisible": true,
|
|
||||||
"label": "Message",
|
|
||||||
"notation": "standard",
|
|
||||||
"originalId": "Message",
|
|
||||||
"sticky": "",
|
|
||||||
"textSize": "0.775rem",
|
|
||||||
"thousandSeparator": true,
|
|
||||||
"validation": {},
|
|
||||||
"verticalAlignment": "CENTER",
|
|
||||||
"width": 150
|
|
||||||
},
|
|
||||||
"Unresolved_Count": {
|
|
||||||
"alias": "Unresolved Count",
|
|
||||||
"allowCellWrapping": false,
|
|
||||||
"allowSameOptionsInNewRow": true,
|
|
||||||
"columnType": "number",
|
|
||||||
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Unresolved Count\"])) : Unresolved_Count })()}}",
|
|
||||||
"currencyCode": "USD",
|
|
||||||
"decimals": 0,
|
|
||||||
"enableFilter": true,
|
|
||||||
"enableSort": true,
|
|
||||||
"horizontalAlignment": "LEFT",
|
|
||||||
"id": "Unresolved_Count",
|
|
||||||
"index": 6,
|
|
||||||
"isCellEditable": false,
|
|
||||||
"isCellVisible": true,
|
|
||||||
"isDerived": false,
|
|
||||||
"isDisabled": false,
|
|
||||||
"isDiscardVisible": true,
|
|
||||||
"isEditable": false,
|
|
||||||
"isSaveVisible": true,
|
|
||||||
"isVisible": true,
|
|
||||||
"label": "Unresolved Count",
|
|
||||||
"notation": "standard",
|
|
||||||
"originalId": "Unresolved Count",
|
|
||||||
"sticky": "",
|
|
||||||
"textSize": "0.775rem",
|
|
||||||
"thousandSeparator": true,
|
|
||||||
"validation": {},
|
|
||||||
"verticalAlignment": "CENTER",
|
|
||||||
"width": 150
|
|
||||||
},
|
|
||||||
"Has_Unresolved": {
|
"Has_Unresolved": {
|
||||||
"alias": "Has Unresolved",
|
"alias": "Has Unresolved",
|
||||||
"allowCellWrapping": false,
|
"allowCellWrapping": false,
|
||||||
@@ -344,6 +186,161 @@
|
|||||||
"verticalAlignment": "CENTER",
|
"verticalAlignment": "CENTER",
|
||||||
"width": 150
|
"width": 150
|
||||||
},
|
},
|
||||||
|
"ID": {
|
||||||
|
"alias": "ID",
|
||||||
|
"allowCellWrapping": false,
|
||||||
|
"allowSameOptionsInNewRow": true,
|
||||||
|
"columnType": "number",
|
||||||
|
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"ID\"])) : ID })()}}",
|
||||||
|
"currencyCode": "USD",
|
||||||
|
"decimals": 0,
|
||||||
|
"enableFilter": true,
|
||||||
|
"enableSort": true,
|
||||||
|
"horizontalAlignment": "LEFT",
|
||||||
|
"id": "ID",
|
||||||
|
"index": 0,
|
||||||
|
"isCellEditable": false,
|
||||||
|
"isCellVisible": true,
|
||||||
|
"isDerived": false,
|
||||||
|
"isDisabled": false,
|
||||||
|
"isDiscardVisible": true,
|
||||||
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
|
"isVisible": true,
|
||||||
|
"label": "ID",
|
||||||
|
"notation": "standard",
|
||||||
|
"originalId": "ID",
|
||||||
|
"sticky": "",
|
||||||
|
"textSize": "0.775rem",
|
||||||
|
"thousandSeparator": true,
|
||||||
|
"validation": {},
|
||||||
|
"verticalAlignment": "CENTER",
|
||||||
|
"width": 150
|
||||||
|
},
|
||||||
|
"Message": {
|
||||||
|
"alias": "Message",
|
||||||
|
"allowCellWrapping": false,
|
||||||
|
"allowSameOptionsInNewRow": true,
|
||||||
|
"columnType": "text",
|
||||||
|
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Message\"])) : Message })()}}",
|
||||||
|
"currencyCode": "USD",
|
||||||
|
"decimals": 0,
|
||||||
|
"enableFilter": true,
|
||||||
|
"enableSort": true,
|
||||||
|
"horizontalAlignment": "LEFT",
|
||||||
|
"id": "Message",
|
||||||
|
"index": 5,
|
||||||
|
"isCellEditable": false,
|
||||||
|
"isCellVisible": true,
|
||||||
|
"isDerived": false,
|
||||||
|
"isDisabled": false,
|
||||||
|
"isDiscardVisible": true,
|
||||||
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
|
"isVisible": true,
|
||||||
|
"label": "Message",
|
||||||
|
"notation": "standard",
|
||||||
|
"originalId": "Message",
|
||||||
|
"sticky": "",
|
||||||
|
"textSize": "0.775rem",
|
||||||
|
"thousandSeparator": true,
|
||||||
|
"validation": {},
|
||||||
|
"verticalAlignment": "CENTER",
|
||||||
|
"width": 150
|
||||||
|
},
|
||||||
|
"SVN": {
|
||||||
|
"alias": "SVN",
|
||||||
|
"allowCellWrapping": false,
|
||||||
|
"allowSameOptionsInNewRow": true,
|
||||||
|
"columnType": "text",
|
||||||
|
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"SVN\"])) : SVN })()}}",
|
||||||
|
"currencyCode": "USD",
|
||||||
|
"decimals": 0,
|
||||||
|
"enableFilter": true,
|
||||||
|
"enableSort": true,
|
||||||
|
"horizontalAlignment": "LEFT",
|
||||||
|
"id": "SVN",
|
||||||
|
"index": 3,
|
||||||
|
"isCellEditable": false,
|
||||||
|
"isCellVisible": true,
|
||||||
|
"isDerived": false,
|
||||||
|
"isDisabled": false,
|
||||||
|
"isDiscardVisible": true,
|
||||||
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
|
"isVisible": true,
|
||||||
|
"label": "SVN",
|
||||||
|
"notation": "standard",
|
||||||
|
"originalId": "SVN",
|
||||||
|
"sticky": "",
|
||||||
|
"textSize": "0.775rem",
|
||||||
|
"thousandSeparator": true,
|
||||||
|
"validation": {},
|
||||||
|
"verticalAlignment": "CENTER",
|
||||||
|
"width": 150
|
||||||
|
},
|
||||||
|
"URL": {
|
||||||
|
"alias": "URL",
|
||||||
|
"allowCellWrapping": false,
|
||||||
|
"allowSameOptionsInNewRow": true,
|
||||||
|
"columnType": "url",
|
||||||
|
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"URL\"])) : URL })()}}",
|
||||||
|
"currencyCode": "USD",
|
||||||
|
"decimals": 0,
|
||||||
|
"enableFilter": true,
|
||||||
|
"enableSort": true,
|
||||||
|
"horizontalAlignment": "LEFT",
|
||||||
|
"id": "URL",
|
||||||
|
"index": 1,
|
||||||
|
"isCellEditable": false,
|
||||||
|
"isCellVisible": true,
|
||||||
|
"isDerived": false,
|
||||||
|
"isDisabled": false,
|
||||||
|
"isDiscardVisible": true,
|
||||||
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
|
"isVisible": true,
|
||||||
|
"label": "URL",
|
||||||
|
"notation": "standard",
|
||||||
|
"originalId": "URL",
|
||||||
|
"sticky": "",
|
||||||
|
"textSize": "0.775rem",
|
||||||
|
"thousandSeparator": true,
|
||||||
|
"validation": {},
|
||||||
|
"verticalAlignment": "CENTER",
|
||||||
|
"width": 150
|
||||||
|
},
|
||||||
|
"Unresolved_Count": {
|
||||||
|
"alias": "Unresolved Count",
|
||||||
|
"allowCellWrapping": false,
|
||||||
|
"allowSameOptionsInNewRow": true,
|
||||||
|
"columnType": "number",
|
||||||
|
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Unresolved Count\"])) : Unresolved_Count })()}}",
|
||||||
|
"currencyCode": "USD",
|
||||||
|
"decimals": 0,
|
||||||
|
"enableFilter": true,
|
||||||
|
"enableSort": true,
|
||||||
|
"horizontalAlignment": "LEFT",
|
||||||
|
"id": "Unresolved_Count",
|
||||||
|
"index": 6,
|
||||||
|
"isCellEditable": false,
|
||||||
|
"isCellVisible": true,
|
||||||
|
"isDerived": false,
|
||||||
|
"isDisabled": false,
|
||||||
|
"isDiscardVisible": true,
|
||||||
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
|
"isVisible": true,
|
||||||
|
"label": "Unresolved Count",
|
||||||
|
"notation": "standard",
|
||||||
|
"originalId": "Unresolved Count",
|
||||||
|
"sticky": "",
|
||||||
|
"textSize": "0.775rem",
|
||||||
|
"thousandSeparator": true,
|
||||||
|
"validation": {},
|
||||||
|
"verticalAlignment": "CENTER",
|
||||||
|
"width": 150
|
||||||
|
},
|
||||||
"Unresolved_Links": {
|
"Unresolved_Links": {
|
||||||
"alias": "Unresolved Links",
|
"alias": "Unresolved Links",
|
||||||
"allowCellWrapping": false,
|
"allowCellWrapping": false,
|
||||||
@@ -374,6 +371,37 @@
|
|||||||
"validation": {},
|
"validation": {},
|
||||||
"verticalAlignment": "CENTER",
|
"verticalAlignment": "CENTER",
|
||||||
"width": 150
|
"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": 4,
|
||||||
|
"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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"renderMode": "CANVAS",
|
"renderMode": "CANVAS",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"borderColor": "#E0DEDE",
|
"borderColor": "#E0DEDE",
|
||||||
"borderRadius": "0.375rem",
|
"borderRadius": "0.375rem",
|
||||||
"borderWidth": "1",
|
"borderWidth": "1",
|
||||||
"bottomRow": 58,
|
"bottomRow": 113,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"cachedTableData": {},
|
"cachedTableData": {},
|
||||||
"canFreezeColumn": true,
|
"canFreezeColumn": true,
|
||||||
@@ -160,8 +160,8 @@
|
|||||||
"isDerived": false,
|
"isDerived": false,
|
||||||
"isDisabled": false,
|
"isDisabled": false,
|
||||||
"isDiscardVisible": true,
|
"isDiscardVisible": true,
|
||||||
"isSaveVisible": true,
|
|
||||||
"isEditable": false,
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
"isVisible": true,
|
"isVisible": true,
|
||||||
"label": "matl",
|
"label": "matl",
|
||||||
"notation": "standard",
|
"notation": "standard",
|
||||||
@@ -194,8 +194,8 @@
|
|||||||
"isDerived": false,
|
"isDerived": false,
|
||||||
"isDisabled": false,
|
"isDisabled": false,
|
||||||
"isDiscardVisible": true,
|
"isDiscardVisible": true,
|
||||||
"isSaveVisible": true,
|
|
||||||
"isEditable": false,
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
"isVisible": true,
|
"isVisible": true,
|
||||||
"label": "matl_classocde",
|
"label": "matl_classocde",
|
||||||
"notation": "standard",
|
"notation": "standard",
|
||||||
@@ -228,8 +228,8 @@
|
|||||||
"isDerived": false,
|
"isDerived": false,
|
||||||
"isDisabled": false,
|
"isDisabled": false,
|
||||||
"isDiscardVisible": true,
|
"isDiscardVisible": true,
|
||||||
"isSaveVisible": true,
|
|
||||||
"isEditable": false,
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
"isVisible": true,
|
"isVisible": true,
|
||||||
"label": "matl_desc",
|
"label": "matl_desc",
|
||||||
"notation": "standard",
|
"notation": "standard",
|
||||||
@@ -262,8 +262,8 @@
|
|||||||
"isDerived": false,
|
"isDerived": false,
|
||||||
"isDisabled": false,
|
"isDisabled": false,
|
||||||
"isDiscardVisible": true,
|
"isDiscardVisible": true,
|
||||||
"isSaveVisible": true,
|
|
||||||
"isEditable": false,
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
"isVisible": true,
|
"isVisible": true,
|
||||||
"label": "matl_spec",
|
"label": "matl_spec",
|
||||||
"notation": "standard",
|
"notation": "standard",
|
||||||
@@ -276,108 +276,6 @@
|
|||||||
"verticalAlignment": "CENTER",
|
"verticalAlignment": "CENTER",
|
||||||
"width": 150
|
"width": 150
|
||||||
},
|
},
|
||||||
"qoh": {
|
|
||||||
"alias": "qoh",
|
|
||||||
"allowCellWrapping": false,
|
|
||||||
"allowSameOptionsInNewRow": true,
|
|
||||||
"cellBackground": "",
|
|
||||||
"columnType": "number",
|
|
||||||
"computedValue": "{{(() => { const tableData = TableAll.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"qoh\"])) : qoh })()}}",
|
|
||||||
"currencyCode": "USD",
|
|
||||||
"decimals": 0,
|
|
||||||
"enableFilter": true,
|
|
||||||
"enableSort": true,
|
|
||||||
"fontStyle": "",
|
|
||||||
"horizontalAlignment": "LEFT",
|
|
||||||
"id": "qoh",
|
|
||||||
"index": 4,
|
|
||||||
"isCellEditable": false,
|
|
||||||
"isCellVisible": true,
|
|
||||||
"isDerived": false,
|
|
||||||
"isDisabled": false,
|
|
||||||
"isDiscardVisible": true,
|
|
||||||
"isSaveVisible": true,
|
|
||||||
"isEditable": false,
|
|
||||||
"isVisible": true,
|
|
||||||
"label": "qoh",
|
|
||||||
"notation": "standard",
|
|
||||||
"originalId": "qoh",
|
|
||||||
"sticky": "",
|
|
||||||
"textColor": "",
|
|
||||||
"textSize": "0.775rem",
|
|
||||||
"thousandSeparator": true,
|
|
||||||
"validation": {},
|
|
||||||
"verticalAlignment": "CENTER",
|
|
||||||
"width": 150
|
|
||||||
},
|
|
||||||
"po_released": {
|
|
||||||
"alias": "po_released",
|
|
||||||
"allowCellWrapping": false,
|
|
||||||
"allowSameOptionsInNewRow": true,
|
|
||||||
"cellBackground": "",
|
|
||||||
"columnType": "number",
|
|
||||||
"computedValue": "{{(() => { const tableData = TableAll.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"po_released\"])) : po_released })()}}",
|
|
||||||
"currencyCode": "USD",
|
|
||||||
"decimals": 0,
|
|
||||||
"enableFilter": true,
|
|
||||||
"enableSort": true,
|
|
||||||
"fontStyle": "",
|
|
||||||
"horizontalAlignment": "LEFT",
|
|
||||||
"id": "po_released",
|
|
||||||
"index": 5,
|
|
||||||
"isCellEditable": false,
|
|
||||||
"isCellVisible": true,
|
|
||||||
"isDerived": false,
|
|
||||||
"isDisabled": false,
|
|
||||||
"isDiscardVisible": true,
|
|
||||||
"isSaveVisible": true,
|
|
||||||
"isEditable": false,
|
|
||||||
"isVisible": true,
|
|
||||||
"label": "po_released",
|
|
||||||
"notation": "standard",
|
|
||||||
"originalId": "po_released",
|
|
||||||
"sticky": "",
|
|
||||||
"textColor": "",
|
|
||||||
"textSize": "0.775rem",
|
|
||||||
"thousandSeparator": true,
|
|
||||||
"validation": {},
|
|
||||||
"verticalAlignment": "CENTER",
|
|
||||||
"width": 150
|
|
||||||
},
|
|
||||||
"po_opened": {
|
|
||||||
"alias": "po_opened",
|
|
||||||
"allowCellWrapping": false,
|
|
||||||
"allowSameOptionsInNewRow": true,
|
|
||||||
"cellBackground": "",
|
|
||||||
"columnType": "number",
|
|
||||||
"computedValue": "{{(() => { const tableData = TableAll.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"po_opened\"])) : po_opened })()}}",
|
|
||||||
"currencyCode": "USD",
|
|
||||||
"decimals": 0,
|
|
||||||
"enableFilter": true,
|
|
||||||
"enableSort": true,
|
|
||||||
"fontStyle": "",
|
|
||||||
"horizontalAlignment": "LEFT",
|
|
||||||
"id": "po_opened",
|
|
||||||
"index": 6,
|
|
||||||
"isCellEditable": false,
|
|
||||||
"isCellVisible": true,
|
|
||||||
"isDerived": false,
|
|
||||||
"isDisabled": false,
|
|
||||||
"isDiscardVisible": true,
|
|
||||||
"isSaveVisible": true,
|
|
||||||
"isEditable": false,
|
|
||||||
"isVisible": true,
|
|
||||||
"label": "po_opened",
|
|
||||||
"notation": "standard",
|
|
||||||
"originalId": "po_opened",
|
|
||||||
"sticky": "",
|
|
||||||
"textColor": "",
|
|
||||||
"textSize": "0.775rem",
|
|
||||||
"thousandSeparator": true,
|
|
||||||
"validation": {},
|
|
||||||
"verticalAlignment": "CENTER",
|
|
||||||
"width": 150
|
|
||||||
},
|
|
||||||
"po_closed": {
|
"po_closed": {
|
||||||
"alias": "po_closed",
|
"alias": "po_closed",
|
||||||
"allowCellWrapping": false,
|
"allowCellWrapping": false,
|
||||||
@@ -398,8 +296,8 @@
|
|||||||
"isDerived": false,
|
"isDerived": false,
|
||||||
"isDisabled": false,
|
"isDisabled": false,
|
||||||
"isDiscardVisible": true,
|
"isDiscardVisible": true,
|
||||||
"isSaveVisible": true,
|
|
||||||
"isEditable": false,
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
"isVisible": true,
|
"isVisible": true,
|
||||||
"label": "po_closed",
|
"label": "po_closed",
|
||||||
"notation": "standard",
|
"notation": "standard",
|
||||||
@@ -412,6 +310,74 @@
|
|||||||
"verticalAlignment": "CENTER",
|
"verticalAlignment": "CENTER",
|
||||||
"width": 150
|
"width": 150
|
||||||
},
|
},
|
||||||
|
"po_opened": {
|
||||||
|
"alias": "po_opened",
|
||||||
|
"allowCellWrapping": false,
|
||||||
|
"allowSameOptionsInNewRow": true,
|
||||||
|
"cellBackground": "",
|
||||||
|
"columnType": "number",
|
||||||
|
"computedValue": "{{(() => { const tableData = TableAll.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"po_opened\"])) : po_opened })()}}",
|
||||||
|
"currencyCode": "USD",
|
||||||
|
"decimals": 0,
|
||||||
|
"enableFilter": true,
|
||||||
|
"enableSort": true,
|
||||||
|
"fontStyle": "",
|
||||||
|
"horizontalAlignment": "LEFT",
|
||||||
|
"id": "po_opened",
|
||||||
|
"index": 6,
|
||||||
|
"isCellEditable": false,
|
||||||
|
"isCellVisible": true,
|
||||||
|
"isDerived": false,
|
||||||
|
"isDisabled": false,
|
||||||
|
"isDiscardVisible": true,
|
||||||
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
|
"isVisible": true,
|
||||||
|
"label": "po_opened",
|
||||||
|
"notation": "standard",
|
||||||
|
"originalId": "po_opened",
|
||||||
|
"sticky": "",
|
||||||
|
"textColor": "",
|
||||||
|
"textSize": "0.775rem",
|
||||||
|
"thousandSeparator": true,
|
||||||
|
"validation": {},
|
||||||
|
"verticalAlignment": "CENTER",
|
||||||
|
"width": 150
|
||||||
|
},
|
||||||
|
"po_released": {
|
||||||
|
"alias": "po_released",
|
||||||
|
"allowCellWrapping": false,
|
||||||
|
"allowSameOptionsInNewRow": true,
|
||||||
|
"cellBackground": "",
|
||||||
|
"columnType": "number",
|
||||||
|
"computedValue": "{{(() => { const tableData = TableAll.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"po_released\"])) : po_released })()}}",
|
||||||
|
"currencyCode": "USD",
|
||||||
|
"decimals": 0,
|
||||||
|
"enableFilter": true,
|
||||||
|
"enableSort": true,
|
||||||
|
"fontStyle": "",
|
||||||
|
"horizontalAlignment": "LEFT",
|
||||||
|
"id": "po_released",
|
||||||
|
"index": 5,
|
||||||
|
"isCellEditable": false,
|
||||||
|
"isCellVisible": true,
|
||||||
|
"isDerived": false,
|
||||||
|
"isDisabled": false,
|
||||||
|
"isDiscardVisible": true,
|
||||||
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
|
"isVisible": true,
|
||||||
|
"label": "po_released",
|
||||||
|
"notation": "standard",
|
||||||
|
"originalId": "po_released",
|
||||||
|
"sticky": "",
|
||||||
|
"textColor": "",
|
||||||
|
"textSize": "0.775rem",
|
||||||
|
"thousandSeparator": true,
|
||||||
|
"validation": {},
|
||||||
|
"verticalAlignment": "CENTER",
|
||||||
|
"width": 150
|
||||||
|
},
|
||||||
"poitem_due": {
|
"poitem_due": {
|
||||||
"alias": "poitem_due",
|
"alias": "poitem_due",
|
||||||
"allowCellWrapping": false,
|
"allowCellWrapping": false,
|
||||||
@@ -432,8 +398,8 @@
|
|||||||
"isDerived": false,
|
"isDerived": false,
|
||||||
"isDisabled": false,
|
"isDisabled": false,
|
||||||
"isDiscardVisible": true,
|
"isDiscardVisible": true,
|
||||||
"isSaveVisible": true,
|
|
||||||
"isEditable": false,
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
"isVisible": true,
|
"isVisible": true,
|
||||||
"label": "poitem_due",
|
"label": "poitem_due",
|
||||||
"notation": "standard",
|
"notation": "standard",
|
||||||
@@ -446,100 +412,32 @@
|
|||||||
"verticalAlignment": "CENTER",
|
"verticalAlignment": "CENTER",
|
||||||
"width": 150
|
"width": 150
|
||||||
},
|
},
|
||||||
"wo_item": {
|
"qoh": {
|
||||||
"alias": "wo_item",
|
"alias": "qoh",
|
||||||
"allowCellWrapping": false,
|
|
||||||
"allowSameOptionsInNewRow": true,
|
|
||||||
"cellBackground": "",
|
|
||||||
"columnType": "text",
|
|
||||||
"computedValue": "{{(() => { const tableData = TableAll.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"wo_item\"])) : wo_item })()}}",
|
|
||||||
"currencyCode": "USD",
|
|
||||||
"decimals": 0,
|
|
||||||
"enableFilter": true,
|
|
||||||
"enableSort": true,
|
|
||||||
"fontStyle": "",
|
|
||||||
"horizontalAlignment": "LEFT",
|
|
||||||
"id": "wo_item",
|
|
||||||
"index": 9,
|
|
||||||
"isCellEditable": false,
|
|
||||||
"isCellVisible": true,
|
|
||||||
"isDerived": false,
|
|
||||||
"isDisabled": false,
|
|
||||||
"isDiscardVisible": true,
|
|
||||||
"isSaveVisible": true,
|
|
||||||
"isEditable": false,
|
|
||||||
"isVisible": true,
|
|
||||||
"label": "wo_item",
|
|
||||||
"notation": "standard",
|
|
||||||
"originalId": "wo_item",
|
|
||||||
"sticky": "",
|
|
||||||
"textColor": "",
|
|
||||||
"textSize": "0.775rem",
|
|
||||||
"thousandSeparator": true,
|
|
||||||
"validation": {},
|
|
||||||
"verticalAlignment": "CENTER",
|
|
||||||
"width": 150
|
|
||||||
},
|
|
||||||
"wo_demanding": {
|
|
||||||
"alias": "wo_demanding",
|
|
||||||
"allowCellWrapping": false,
|
|
||||||
"allowSameOptionsInNewRow": true,
|
|
||||||
"cellBackground": "",
|
|
||||||
"columnType": "text",
|
|
||||||
"computedValue": "{{(() => { const tableData = TableAll.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"wo_demanding\"])) : wo_demanding })()}}",
|
|
||||||
"currencyCode": "USD",
|
|
||||||
"decimals": 0,
|
|
||||||
"enableFilter": true,
|
|
||||||
"enableSort": true,
|
|
||||||
"fontStyle": "",
|
|
||||||
"horizontalAlignment": "LEFT",
|
|
||||||
"id": "wo_demanding",
|
|
||||||
"index": 10,
|
|
||||||
"isCellEditable": false,
|
|
||||||
"isCellVisible": true,
|
|
||||||
"isDerived": false,
|
|
||||||
"isDisabled": false,
|
|
||||||
"isDiscardVisible": true,
|
|
||||||
"isSaveVisible": true,
|
|
||||||
"isEditable": false,
|
|
||||||
"isVisible": true,
|
|
||||||
"label": "wo_demanding",
|
|
||||||
"notation": "standard",
|
|
||||||
"originalId": "wo_demanding",
|
|
||||||
"sticky": "",
|
|
||||||
"textColor": "",
|
|
||||||
"textSize": "0.775rem",
|
|
||||||
"thousandSeparator": true,
|
|
||||||
"validation": {},
|
|
||||||
"verticalAlignment": "CENTER",
|
|
||||||
"width": 150
|
|
||||||
},
|
|
||||||
"wo_total_demand": {
|
|
||||||
"alias": "wo_total_demand",
|
|
||||||
"allowCellWrapping": false,
|
"allowCellWrapping": false,
|
||||||
"allowSameOptionsInNewRow": true,
|
"allowSameOptionsInNewRow": true,
|
||||||
"cellBackground": "",
|
"cellBackground": "",
|
||||||
"columnType": "number",
|
"columnType": "number",
|
||||||
"computedValue": "{{(() => { const tableData = TableAll.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"wo_total_demand\"])) : wo_total_demand })()}}",
|
"computedValue": "{{(() => { const tableData = TableAll.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"qoh\"])) : qoh })()}}",
|
||||||
"currencyCode": "USD",
|
"currencyCode": "USD",
|
||||||
"decimals": 0,
|
"decimals": 0,
|
||||||
"enableFilter": true,
|
"enableFilter": true,
|
||||||
"enableSort": true,
|
"enableSort": true,
|
||||||
"fontStyle": "",
|
"fontStyle": "",
|
||||||
"horizontalAlignment": "LEFT",
|
"horizontalAlignment": "LEFT",
|
||||||
"id": "wo_total_demand",
|
"id": "qoh",
|
||||||
"index": 11,
|
"index": 4,
|
||||||
"isCellEditable": false,
|
"isCellEditable": false,
|
||||||
"isCellVisible": true,
|
"isCellVisible": true,
|
||||||
"isDerived": false,
|
"isDerived": false,
|
||||||
"isDisabled": false,
|
"isDisabled": false,
|
||||||
"isDiscardVisible": true,
|
"isDiscardVisible": true,
|
||||||
"isSaveVisible": true,
|
|
||||||
"isEditable": false,
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
"isVisible": true,
|
"isVisible": true,
|
||||||
"label": "wo_total_demand",
|
"label": "qoh",
|
||||||
"notation": "standard",
|
"notation": "standard",
|
||||||
"originalId": "wo_total_demand",
|
"originalId": "qoh",
|
||||||
"sticky": "",
|
"sticky": "",
|
||||||
"textColor": "",
|
"textColor": "",
|
||||||
"textSize": "0.775rem",
|
"textSize": "0.775rem",
|
||||||
@@ -568,8 +466,8 @@
|
|||||||
"isDerived": false,
|
"isDerived": false,
|
||||||
"isDisabled": false,
|
"isDisabled": false,
|
||||||
"isDiscardVisible": true,
|
"isDiscardVisible": true,
|
||||||
"isSaveVisible": true,
|
|
||||||
"isEditable": false,
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
"isVisible": true,
|
"isVisible": true,
|
||||||
"label": "uom",
|
"label": "uom",
|
||||||
"notation": "standard",
|
"notation": "standard",
|
||||||
@@ -581,6 +479,108 @@
|
|||||||
"validation": {},
|
"validation": {},
|
||||||
"verticalAlignment": "CENTER",
|
"verticalAlignment": "CENTER",
|
||||||
"width": 150
|
"width": 150
|
||||||
|
},
|
||||||
|
"wo_demanding": {
|
||||||
|
"alias": "wo_demanding",
|
||||||
|
"allowCellWrapping": false,
|
||||||
|
"allowSameOptionsInNewRow": true,
|
||||||
|
"cellBackground": "",
|
||||||
|
"columnType": "text",
|
||||||
|
"computedValue": "{{(() => { const tableData = TableAll.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"wo_demanding\"])) : wo_demanding })()}}",
|
||||||
|
"currencyCode": "USD",
|
||||||
|
"decimals": 0,
|
||||||
|
"enableFilter": true,
|
||||||
|
"enableSort": true,
|
||||||
|
"fontStyle": "",
|
||||||
|
"horizontalAlignment": "LEFT",
|
||||||
|
"id": "wo_demanding",
|
||||||
|
"index": 10,
|
||||||
|
"isCellEditable": false,
|
||||||
|
"isCellVisible": true,
|
||||||
|
"isDerived": false,
|
||||||
|
"isDisabled": false,
|
||||||
|
"isDiscardVisible": true,
|
||||||
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
|
"isVisible": true,
|
||||||
|
"label": "wo_demanding",
|
||||||
|
"notation": "standard",
|
||||||
|
"originalId": "wo_demanding",
|
||||||
|
"sticky": "",
|
||||||
|
"textColor": "",
|
||||||
|
"textSize": "0.775rem",
|
||||||
|
"thousandSeparator": true,
|
||||||
|
"validation": {},
|
||||||
|
"verticalAlignment": "CENTER",
|
||||||
|
"width": 150
|
||||||
|
},
|
||||||
|
"wo_item": {
|
||||||
|
"alias": "wo_item",
|
||||||
|
"allowCellWrapping": false,
|
||||||
|
"allowSameOptionsInNewRow": true,
|
||||||
|
"cellBackground": "",
|
||||||
|
"columnType": "text",
|
||||||
|
"computedValue": "{{(() => { const tableData = TableAll.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"wo_item\"])) : wo_item })()}}",
|
||||||
|
"currencyCode": "USD",
|
||||||
|
"decimals": 0,
|
||||||
|
"enableFilter": true,
|
||||||
|
"enableSort": true,
|
||||||
|
"fontStyle": "",
|
||||||
|
"horizontalAlignment": "LEFT",
|
||||||
|
"id": "wo_item",
|
||||||
|
"index": 9,
|
||||||
|
"isCellEditable": false,
|
||||||
|
"isCellVisible": true,
|
||||||
|
"isDerived": false,
|
||||||
|
"isDisabled": false,
|
||||||
|
"isDiscardVisible": true,
|
||||||
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
|
"isVisible": true,
|
||||||
|
"label": "wo_item",
|
||||||
|
"notation": "standard",
|
||||||
|
"originalId": "wo_item",
|
||||||
|
"sticky": "",
|
||||||
|
"textColor": "",
|
||||||
|
"textSize": "0.775rem",
|
||||||
|
"thousandSeparator": true,
|
||||||
|
"validation": {},
|
||||||
|
"verticalAlignment": "CENTER",
|
||||||
|
"width": 150
|
||||||
|
},
|
||||||
|
"wo_total_demand": {
|
||||||
|
"alias": "wo_total_demand",
|
||||||
|
"allowCellWrapping": false,
|
||||||
|
"allowSameOptionsInNewRow": true,
|
||||||
|
"cellBackground": "",
|
||||||
|
"columnType": "number",
|
||||||
|
"computedValue": "{{(() => { const tableData = TableAll.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"wo_total_demand\"])) : wo_total_demand })()}}",
|
||||||
|
"currencyCode": "USD",
|
||||||
|
"decimals": 0,
|
||||||
|
"enableFilter": true,
|
||||||
|
"enableSort": true,
|
||||||
|
"fontStyle": "",
|
||||||
|
"horizontalAlignment": "LEFT",
|
||||||
|
"id": "wo_total_demand",
|
||||||
|
"index": 11,
|
||||||
|
"isCellEditable": false,
|
||||||
|
"isCellVisible": true,
|
||||||
|
"isDerived": false,
|
||||||
|
"isDisabled": false,
|
||||||
|
"isDiscardVisible": true,
|
||||||
|
"isEditable": false,
|
||||||
|
"isSaveVisible": true,
|
||||||
|
"isVisible": true,
|
||||||
|
"label": "wo_total_demand",
|
||||||
|
"notation": "standard",
|
||||||
|
"originalId": "wo_total_demand",
|
||||||
|
"sticky": "",
|
||||||
|
"textColor": "",
|
||||||
|
"textSize": "0.775rem",
|
||||||
|
"thousandSeparator": true,
|
||||||
|
"validation": {},
|
||||||
|
"verticalAlignment": "CENTER",
|
||||||
|
"width": 150
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"renderMode": "CANVAS",
|
"renderMode": "CANVAS",
|
||||||
|
|||||||
@@ -5,12 +5,12 @@
|
|||||||
"borderColor": "#E0DEDE",
|
"borderColor": "#E0DEDE",
|
||||||
"borderRadius": "0.375rem",
|
"borderRadius": "0.375rem",
|
||||||
"borderWidth": 1,
|
"borderWidth": 1,
|
||||||
"bottomRow": 67,
|
"bottomRow": 124,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 620,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 620,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 620,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 620,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -194,7 +194,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 620,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -264,7 +264,7 @@
|
|||||||
"mobileRightColumn": 26,
|
"mobileRightColumn": 26,
|
||||||
"mobileTopRow": 61,
|
"mobileTopRow": 61,
|
||||||
"needsErrorInfo": false,
|
"needsErrorInfo": false,
|
||||||
"originalBottomRow": 67,
|
"originalBottomRow": 69,
|
||||||
"originalTopRow": 5,
|
"originalTopRow": 5,
|
||||||
"parentColumnSpace": 25.109375,
|
"parentColumnSpace": 25.109375,
|
||||||
"parentId": "0",
|
"parentId": "0",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"borderColor": "#E0DEDE",
|
"borderColor": "#E0DEDE",
|
||||||
"borderRadius": "0.375rem",
|
"borderRadius": "0.375rem",
|
||||||
"borderWidth": "1",
|
"borderWidth": "1",
|
||||||
"bottomRow": 58,
|
"bottomRow": 113,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canFreezeColumn": true,
|
"canFreezeColumn": true,
|
||||||
"childStylesheet": {
|
"childStylesheet": {
|
||||||
|
|||||||
@@ -5,12 +5,12 @@
|
|||||||
"borderColor": "#E0DEDE",
|
"borderColor": "#E0DEDE",
|
||||||
"borderRadius": "0.375rem",
|
"borderRadius": "0.375rem",
|
||||||
"borderWidth": 1,
|
"borderWidth": 1,
|
||||||
"bottomRow": 69,
|
"bottomRow": 124,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 600,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 600,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 600,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 600,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -194,7 +194,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 600,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -264,7 +264,7 @@
|
|||||||
"mobileRightColumn": 26,
|
"mobileRightColumn": 26,
|
||||||
"mobileTopRow": 61,
|
"mobileTopRow": 61,
|
||||||
"needsErrorInfo": false,
|
"needsErrorInfo": false,
|
||||||
"originalBottomRow": 67,
|
"originalBottomRow": 125,
|
||||||
"originalTopRow": 5,
|
"originalTopRow": 5,
|
||||||
"parentColumnSpace": 25.109375,
|
"parentColumnSpace": 25.109375,
|
||||||
"parentId": "0",
|
"parentId": "0",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"borderColor": "#E0DEDE",
|
"borderColor": "#E0DEDE",
|
||||||
"borderRadius": "0.375rem",
|
"borderRadius": "0.375rem",
|
||||||
"borderWidth": "1",
|
"borderWidth": "1",
|
||||||
"bottomRow": 67,
|
"bottomRow": 124,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"cachedTableData": {},
|
"cachedTableData": {},
|
||||||
"canFreezeColumn": true,
|
"canFreezeColumn": true,
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 1290,
|
"bottomRow": 1220,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": false,
|
"canExtend": false,
|
||||||
"containerStyle": "none",
|
"containerStyle": "none",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"borderColor": "#E0DEDE",
|
"borderColor": "#E0DEDE",
|
||||||
"borderRadius": "0.375rem",
|
"borderRadius": "0.375rem",
|
||||||
"borderWidth": "1",
|
"borderWidth": "1",
|
||||||
"bottomRow": 40,
|
"bottomRow": 111,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"cachedTableData": {},
|
"cachedTableData": {},
|
||||||
"canFreezeColumn": true,
|
"canFreezeColumn": true,
|
||||||
|
|||||||
@@ -5,12 +5,12 @@
|
|||||||
"borderColor": "#E0DEDE",
|
"borderColor": "#E0DEDE",
|
||||||
"borderRadius": "0.375rem",
|
"borderRadius": "0.375rem",
|
||||||
"borderWidth": 1,
|
"borderWidth": 1,
|
||||||
"bottomRow": 51,
|
"bottomRow": 122,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 420,
|
"bottomRow": 1130,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -126,7 +126,7 @@
|
|||||||
"mobileRightColumn": 26,
|
"mobileRightColumn": 26,
|
||||||
"mobileTopRow": 61,
|
"mobileTopRow": 61,
|
||||||
"needsErrorInfo": false,
|
"needsErrorInfo": false,
|
||||||
"originalBottomRow": 51,
|
"originalBottomRow": 123,
|
||||||
"originalTopRow": 5,
|
"originalTopRow": 5,
|
||||||
"parentColumnSpace": 25.109375,
|
"parentColumnSpace": 25.109375,
|
||||||
"parentId": "0",
|
"parentId": "0",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
"dsl": {
|
"dsl": {
|
||||||
"backgroundColor": "none",
|
"backgroundColor": "none",
|
||||||
"bottomRow": 1790,
|
"bottomRow": 1220,
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"containerStyle": "none",
|
"containerStyle": "none",
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 1290,
|
"bottomRow": 1220,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": false,
|
"canExtend": false,
|
||||||
"containerStyle": "none",
|
"containerStyle": "none",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"borderColor": "#E0DEDE",
|
"borderColor": "#E0DEDE",
|
||||||
"borderRadius": "0.375rem",
|
"borderRadius": "0.375rem",
|
||||||
"borderWidth": "1",
|
"borderWidth": "1",
|
||||||
"bottomRow": 40,
|
"bottomRow": 111,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"cachedTableData": {},
|
"cachedTableData": {},
|
||||||
"canFreezeColumn": true,
|
"canFreezeColumn": true,
|
||||||
|
|||||||
@@ -5,12 +5,12 @@
|
|||||||
"borderColor": "#E0DEDE",
|
"borderColor": "#E0DEDE",
|
||||||
"borderRadius": "0.375rem",
|
"borderRadius": "0.375rem",
|
||||||
"borderWidth": 1,
|
"borderWidth": 1,
|
||||||
"bottomRow": 179,
|
"bottomRow": 122,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 1700,
|
"bottomRow": 1130,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 1700,
|
"bottomRow": 1680,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -126,7 +126,7 @@
|
|||||||
"mobileRightColumn": 26,
|
"mobileRightColumn": 26,
|
||||||
"mobileTopRow": 61,
|
"mobileTopRow": 61,
|
||||||
"needsErrorInfo": false,
|
"needsErrorInfo": false,
|
||||||
"originalBottomRow": 179,
|
"originalBottomRow": 51,
|
||||||
"originalTopRow": 5,
|
"originalTopRow": 5,
|
||||||
"parentColumnSpace": 25.109375,
|
"parentColumnSpace": 25.109375,
|
||||||
"parentId": "0",
|
"parentId": "0",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"borderColor": "#E0DEDE",
|
"borderColor": "#E0DEDE",
|
||||||
"borderRadius": "0.375rem",
|
"borderRadius": "0.375rem",
|
||||||
"borderWidth": "1",
|
"borderWidth": "1",
|
||||||
"bottomRow": 58,
|
"bottomRow": 113,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canFreezeColumn": true,
|
"canFreezeColumn": true,
|
||||||
"childStylesheet": {
|
"childStylesheet": {
|
||||||
|
|||||||
@@ -5,12 +5,12 @@
|
|||||||
"borderColor": "#E0DEDE",
|
"borderColor": "#E0DEDE",
|
||||||
"borderRadius": "0.375rem",
|
"borderRadius": "0.375rem",
|
||||||
"borderWidth": 1,
|
"borderWidth": 1,
|
||||||
"bottomRow": 69,
|
"bottomRow": 124,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 600,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 600,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 600,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 600,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -194,7 +194,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 600,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -240,7 +240,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 600,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -286,7 +286,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 600,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -332,7 +332,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||||
"bottomRow": 600,
|
"bottomRow": 1150,
|
||||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||||
"canExtend": true,
|
"canExtend": true,
|
||||||
"detachFromLayout": true,
|
"detachFromLayout": true,
|
||||||
@@ -402,7 +402,7 @@
|
|||||||
"mobileRightColumn": 26,
|
"mobileRightColumn": 26,
|
||||||
"mobileTopRow": 61,
|
"mobileTopRow": 61,
|
||||||
"needsErrorInfo": false,
|
"needsErrorInfo": false,
|
||||||
"originalBottomRow": 69,
|
"originalBottomRow": 123,
|
||||||
"originalTopRow": 5,
|
"originalTopRow": 5,
|
||||||
"parentColumnSpace": 25.109375,
|
"parentColumnSpace": 25.109375,
|
||||||
"parentId": "0",
|
"parentId": "0",
|
||||||
|
|||||||
Reference in New Issue
Block a user