{ "accentColor": "{{appsmith.theme.colors.primaryColor}}", "allowAddNewRow": false, "animateLoading": true, "borderColor": "#E0DEDE", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderWidth": "1", "bottomRow": 59, "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", "Name", "Von", "Bis", "Wo", "EditActions1" ], "columnUpdatedAt": 1785841525712, "columnWidthMap": {}, "customIsLoading": false, "customIsLoadingValue": "", "defaultPageSize": 0, "defaultSelectedRowIndex": 0, "defaultSelectedRowIndices": [ 0 ], "delimiter": ",", "dynamicBindingPathList": [ { "key": "accentColor" }, { "key": "borderRadius" }, { "key": "boxShadow" }, { "key": "totalRecordsCount" }, { "key": "primaryColumns.EditActions1.saveButtonColor" }, { "key": "primaryColumns.EditActions1.saveBorderRadius" }, { "key": "primaryColumns.EditActions1.discardBorderRadius" }, { "key": "primaryColumns.EditActions1.isSaveDisabled" }, { "key": "primaryColumns.EditActions1.isDiscardDisabled" }, { "key": "primaryColumns.ID.computedValue" }, { "key": "primaryColumns.Name.computedValue" }, { "key": "primaryColumns.Von.computedValue" }, { "key": "primaryColumns.Bis.computedValue" }, { "key": "primaryColumns.Wo.computedValue" }, { "key": "tableData" } ], "dynamicPropertyPathList": [ { "key": "primaryColumns.EditActions1.isSaveDisabled" }, { "key": "primaryColumns.EditActions1.isDiscardDisabled" } ], "dynamicTriggerPathList": [ { "key": "onPageChange" }, { "key": "onSort" }, { "key": "onAddNewRowSave" }, { "key": "primaryColumns.EditActions1.onSave" } ], "enableClientSideSearch": true, "endOfData": false, "flexVerticalAlignment": "start", "horizontalAlignment": "LEFT", "infiniteScrollEnabled": true, "inlineEditingSaveOption": "ROW_LEVEL", "isLoading": false, "isSortable": false, "isVisible": true, "isVisibleDownload": false, "isVisibleFilters": false, "isVisiblePagination": true, "isVisibleSearch": false, "key": "fsh5fgc5ew", "label": "Data", "leftColumn": 1, "minWidth": 450, "mobileBottomRow": 38, "mobileLeftColumn": 5, "mobileRightColumn": 39, "mobileTopRow": 10, "needsErrorInfo": false, "onAddNewRowSave": "{{Insert_Bildschirmbuchung1.run(() => {\n showAlert(\"Successfully created!\");\n Select_Bildschirmbuchung1.run()\n }, () => {\n showAlert(\"Unable to create!\");\n })}}", "onPageChange": "{{\n Select_Bildschirmbuchung1.run();\n Total_record_Bildschirmbuchung1.run()\n }}", "onSort": "{{\n Select_Bildschirmbuchung1.run();\n Total_record_Bildschirmbuchung1.run()\n }}", "parentColumnSpace": 25.390625, "parentId": "0", "parentRowSpace": 10, "primaryColumnId": "ID", "primaryColumns": { "Bis": { "alias": "Bis", "allowCellWrapping": false, "allowSameOptionsInNewRow": true, "cellBackground": "", "columnType": "date", "computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Bis\"])) : Bis })()}}", "currencyCode": "USD", "decimals": 0, "enableFilter": true, "enableSort": true, "fontStyle": "", "horizontalAlignment": "LEFT", "id": "Bis", "index": 3, "inputFormat": "YYYY-MM-DD HH:mm", "isCellEditable": false, "isCellVisible": true, "isDerived": false, "isDisabled": false, "isDiscardVisible": true, "isEditable": false, "isSaveVisible": true, "isVisible": true, "label": "Bis", "notation": "standard", "originalId": "Bis", "outputFormat": "DD/MM/YYYY", "sticky": "", "textColor": "", "textSize": "0.875rem", "thousandSeparator": true, "validation": {}, "verticalAlignment": "CENTER", "width": 150 }, "EditActions1": { "alias": "EditActions1", "allowCellWrapping": false, "allowSameOptionsInNewRow": true, "buttonStyle": "rgb(3, 179, 101)", "columnType": "editActions", "computedValue": "", "currencyCode": "USD", "decimals": 0, "discardActionLabel": "Discard", "discardBorderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}", "discardButtonColor": "#F22B2B", "discardButtonVariant": "TERTIARY", "discardIconAlign": "left", "enableFilter": true, "enableSort": true, "horizontalAlignment": "LEFT", "id": "EditActions1", "index": 0, "isCellEditable": false, "isCellVisible": true, "isDerived": true, "isDisabled": false, "isDiscardDisabled": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( !Table1.updatedRowIndices.includes(currentIndex)))}}", "isDiscardVisible": true, "isEditable": false, "isSaveDisabled": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( !Table1.updatedRowIndices.includes(currentIndex)))}}", "isSaveVisible": true, "isVisible": false, "label": "Save / Discard", "notation": "standard", "onSave": "{{Update_Bildschirmbuchung1.run(() => {\n showAlert(\"Successfully saved!\");\n Select_Bildschirmbuchung1.run()\n }, () => {\n showAlert(\"Unable to save!\");\n })}}", "originalId": "EditActions1", "saveActionLabel": "Save", "saveBorderRadius": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}", "saveButtonColor": "{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.colors.primaryColor)))}}", "saveIconAlign": "left", "sticky": "right", "textSize": "0.875rem", "thousandSeparator": true, "validation": {}, "verticalAlignment": "CENTER", "width": 150 }, "ID": { "alias": "ID", "allowCellWrapping": false, "allowSameOptionsInNewRow": true, "cellBackground": "", "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, "fontStyle": "", "horizontalAlignment": "LEFT", "id": "ID", "index": 0, "isCellEditable": false, "isCellVisible": true, "isDerived": false, "isDisabled": false, "isDiscardVisible": true, "isEditable": false, "isSaveVisible": true, "isVisible": false, "label": "ID", "notation": "standard", "originalId": "ID", "sticky": "", "textColor": "", "textSize": "0.875rem", "thousandSeparator": true, "validation": {}, "verticalAlignment": "CENTER", "width": 150 }, "Name": { "alias": "Name", "allowCellWrapping": false, "allowSameOptionsInNewRow": true, "cellBackground": "", "columnType": "text", "computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Name\"])) : Name })()}}", "currencyCode": "USD", "decimals": 0, "enableFilter": true, "enableSort": true, "fontStyle": "", "horizontalAlignment": "LEFT", "id": "Name", "index": 1, "isCellEditable": false, "isCellVisible": true, "isDerived": false, "isDisabled": false, "isDiscardVisible": true, "isEditable": false, "isSaveVisible": true, "isVisible": true, "label": "Name", "notation": "standard", "originalId": "Name", "sticky": "", "textColor": "", "textSize": "0.875rem", "thousandSeparator": true, "validation": {}, "verticalAlignment": "CENTER", "width": 150 }, "Von": { "alias": "Von", "allowCellWrapping": false, "allowSameOptionsInNewRow": true, "cellBackground": "", "columnType": "date", "computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Von\"])) : Von })()}}", "currencyCode": "USD", "decimals": 0, "enableFilter": true, "enableSort": true, "fontStyle": "", "horizontalAlignment": "LEFT", "id": "Von", "index": 2, "inputFormat": "YYYY-MM-DDTHH:mm:ss", "isCellEditable": false, "isCellVisible": true, "isDerived": false, "isDisabled": false, "isDiscardVisible": true, "isEditable": false, "isSaveVisible": true, "isVisible": true, "label": "Von", "notation": "standard", "originalId": "Von", "outputFormat": "DD/MM/YYYY", "sticky": "", "textColor": "", "textSize": "0.875rem", "thousandSeparator": true, "validation": {}, "verticalAlignment": "CENTER", "width": 150 }, "Wo": { "alias": "Wo", "allowCellWrapping": false, "allowSameOptionsInNewRow": true, "cellBackground": "", "columnType": "text", "computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Wo\"])) : Wo })()}}", "currencyCode": "USD", "decimals": 0, "enableFilter": true, "enableSort": true, "fontStyle": "", "horizontalAlignment": "LEFT", "id": "Wo", "index": 4, "isCellEditable": false, "isCellVisible": true, "isDerived": false, "isDisabled": false, "isDiscardVisible": true, "isEditable": false, "isSaveVisible": true, "isVisible": true, "label": "Wo", "notation": "standard", "originalId": "Wo", "sticky": "", "textColor": "", "textSize": "0.875rem", "thousandSeparator": true, "validation": {}, "verticalAlignment": "CENTER", "width": 150 } }, "renderMode": "CANVAS", "responsiveBehavior": "fill", "rightColumn": 46, "searchKey": "", "serverSidePaginationEnabled": true, "tableData": "{{Query1.data}}", "textSize": "0.875rem", "topRow": 9, "totalRecordsCount": "{{Total_record_Bildschirmbuchung1.data[0].count}}", "type": "TABLE_WIDGET_V2", "version": 2, "verticalAlignment": "CENTER", "widgetId": "7rnfdm4dqf", "widgetName": "Table1" }