420 lines
12 KiB
JSON
420 lines
12 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": [
|
|
"ID",
|
|
"URL",
|
|
"Drawing_Path",
|
|
"SVN",
|
|
"User",
|
|
"Message",
|
|
"Unresolved_Count",
|
|
"Has_Unresolved",
|
|
"Unresolved_Links"
|
|
],
|
|
"columnUpdatedAt": 1768910474559,
|
|
"columnWidthMap": {},
|
|
"compactMode": "SHORT",
|
|
"customIsLoading": false,
|
|
"customIsLoadingValue": "",
|
|
"defaultPageSize": 0,
|
|
"defaultSelectedRowIndex": 0,
|
|
"defaultSelectedRowIndices": [
|
|
0
|
|
],
|
|
"delimiter": ",",
|
|
"dynamicBindingPathList": [
|
|
{
|
|
"key": "accentColor"
|
|
},
|
|
{
|
|
"key": "boxShadow"
|
|
},
|
|
{
|
|
"key": "tableData"
|
|
},
|
|
{
|
|
"key": "primaryColumns.ID.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": [
|
|
{
|
|
"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": "jd1tblkey01",
|
|
"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": {
|
|
"Drawing_Path": {
|
|
"alias": "Drawing Path",
|
|
"allowCellWrapping": false,
|
|
"allowSameOptionsInNewRow": true,
|
|
"columnType": "text",
|
|
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Drawing Path\"])) : Drawing_Path })()}}",
|
|
"currencyCode": "USD",
|
|
"decimals": 0,
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"horizontalAlignment": "LEFT",
|
|
"id": "Drawing_Path",
|
|
"index": 2,
|
|
"isCellEditable": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"isDisabled": false,
|
|
"isDiscardVisible": true,
|
|
"isEditable": false,
|
|
"isSaveVisible": true,
|
|
"isVisible": true,
|
|
"label": "Drawing Path",
|
|
"notation": "standard",
|
|
"originalId": "Drawing Path",
|
|
"sticky": "",
|
|
"textSize": "0.775rem",
|
|
"thousandSeparator": true,
|
|
"validation": {},
|
|
"verticalAlignment": "CENTER",
|
|
"width": 150
|
|
},
|
|
"Has_Unresolved": {
|
|
"alias": "Has Unresolved",
|
|
"allowCellWrapping": false,
|
|
"allowSameOptionsInNewRow": true,
|
|
"columnType": "text",
|
|
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Has Unresolved\"])) : Has_Unresolved })()}}",
|
|
"currencyCode": "USD",
|
|
"decimals": 0,
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"horizontalAlignment": "LEFT",
|
|
"id": "Has_Unresolved",
|
|
"index": 7,
|
|
"isCellEditable": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"isDisabled": false,
|
|
"isDiscardVisible": true,
|
|
"isEditable": false,
|
|
"isSaveVisible": true,
|
|
"isVisible": true,
|
|
"label": "Has Unresolved",
|
|
"notation": "standard",
|
|
"originalId": "Has Unresolved",
|
|
"sticky": "",
|
|
"textSize": "0.775rem",
|
|
"thousandSeparator": true,
|
|
"validation": {},
|
|
"verticalAlignment": "CENTER",
|
|
"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": {
|
|
"alias": "Unresolved Links",
|
|
"allowCellWrapping": false,
|
|
"allowSameOptionsInNewRow": true,
|
|
"columnType": "text",
|
|
"computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Unresolved Links\"])) : Unresolved_Links })()}}",
|
|
"currencyCode": "USD",
|
|
"decimals": 0,
|
|
"enableFilter": true,
|
|
"enableSort": true,
|
|
"horizontalAlignment": "LEFT",
|
|
"id": "Unresolved_Links",
|
|
"index": 8,
|
|
"isCellEditable": false,
|
|
"isCellVisible": true,
|
|
"isDerived": false,
|
|
"isDisabled": false,
|
|
"isDiscardVisible": true,
|
|
"isEditable": false,
|
|
"isSaveVisible": true,
|
|
"isVisible": true,
|
|
"label": "Unresolved Links",
|
|
"notation": "standard",
|
|
"originalId": "Unresolved Links",
|
|
"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
|
|
}
|
|
},
|
|
"renderMode": "CANVAS",
|
|
"responsiveBehavior": "fill",
|
|
"rightColumn": 64,
|
|
"searchKey": "",
|
|
"tableData": "{{job_drawing_status.data}}",
|
|
"textSize": "0.775rem",
|
|
"topRow": 5,
|
|
"totalRecordsCount": 0,
|
|
"type": "TABLE_WIDGET_V2",
|
|
"version": 2,
|
|
"verticalAlignment": "CENTER",
|
|
"widgetId": "jd1table001",
|
|
"widgetName": "Table1"
|
|
} |