Revised version with the new container and buttons based navigation
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
|
||||
"animateLoading": true,
|
||||
"borderColor": "#E0DEDE",
|
||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||
"borderRadius": "0.375rem",
|
||||
"borderWidth": "1",
|
||||
"bottomRow": 110,
|
||||
"bottomRow": 40,
|
||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||
"cachedTableData": {},
|
||||
"canFreezeColumn": true,
|
||||
@@ -36,7 +36,10 @@
|
||||
"Qty_Ordered"
|
||||
],
|
||||
"columnUpdatedAt": 1768911391236,
|
||||
"columnWidthMap": {},
|
||||
"columnWidthMap": {
|
||||
"Product": 152
|
||||
},
|
||||
"compactMode": "SHORT",
|
||||
"customIsLoading": false,
|
||||
"customIsLoadingValue": "",
|
||||
"defaultPageSize": 0,
|
||||
@@ -49,9 +52,6 @@
|
||||
{
|
||||
"key": "accentColor"
|
||||
},
|
||||
{
|
||||
"key": "borderRadius"
|
||||
},
|
||||
{
|
||||
"key": "boxShadow"
|
||||
},
|
||||
@@ -68,6 +68,9 @@
|
||||
"dynamicPropertyPathList": [
|
||||
{
|
||||
"key": "tableData"
|
||||
},
|
||||
{
|
||||
"key": "textSize"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [],
|
||||
@@ -82,10 +85,10 @@
|
||||
"isVisibleDownload": true,
|
||||
"isVisibleFilters": false,
|
||||
"isVisiblePagination": true,
|
||||
"isVisibleSearch": true,
|
||||
"isVisibleSearch": false,
|
||||
"key": "9mn8k38jb0",
|
||||
"label": "Data",
|
||||
"leftColumn": 1,
|
||||
"leftColumn": 0,
|
||||
"minWidth": 450,
|
||||
"mobileBottomRow": 33,
|
||||
"mobileLeftColumn": 1,
|
||||
@@ -126,7 +129,7 @@
|
||||
"originalId": "Product",
|
||||
"sticky": "",
|
||||
"textColor": "",
|
||||
"textSize": "0.875rem",
|
||||
"textSize": "0.775rem",
|
||||
"thousandSeparator": true,
|
||||
"validation": {},
|
||||
"verticalAlignment": "CENTER",
|
||||
@@ -160,7 +163,7 @@
|
||||
"originalId": "Qty Ordered",
|
||||
"sticky": "",
|
||||
"textColor": "",
|
||||
"textSize": "0.875rem",
|
||||
"textSize": "0.775rem",
|
||||
"thousandSeparator": true,
|
||||
"validation": {},
|
||||
"verticalAlignment": "CENTER",
|
||||
@@ -169,11 +172,11 @@
|
||||
},
|
||||
"renderMode": "CANVAS",
|
||||
"responsiveBehavior": "fill",
|
||||
"rightColumn": 63,
|
||||
"rightColumn": 62,
|
||||
"searchKey": "",
|
||||
"tableData": "{{units_shipped_by_series.data}}",
|
||||
"textSize": "0.875rem",
|
||||
"topRow": 10,
|
||||
"textSize": "0.775rem",
|
||||
"topRow": 7,
|
||||
"totalRecordsCount": 0,
|
||||
"type": "TABLE_WIDGET_V2",
|
||||
"version": 2,
|
||||
|
||||
Reference in New Issue
Block a user