PromucFlow_constructor/app/client/src/widgets/TableWidget
Vicky Bansal dbc3ca6bdf
feat: Table widget - Configure table data rows count (#5552)
Introduced a new field called as total record count which can be used to disable the pagination controls while having server side pagination. If this value is undefined the conditions will be ignored. The total record count is `total count / page size`, all the parameters need to be bound to the query/API for the functionality to work properly
2021-08-30 14:54:59 +05:30
..
derived.js Table sort column APIs (#6068) 2021-08-25 18:50:06 +05:30
derived.test.js Table sort column APIs (#6068) 2021-08-25 18:50:06 +05:30
index.tsx feat: Table widget - Configure table data rows count (#5552) 2021-08-30 14:54:59 +05:30
parseDerivedProperties.ts Fix #3335 - New method of computing table data to display (#3607) 2021-03-25 00:55:38 +05:30
TablePropertyPaneConfig.ts feat: Table widget - Configure table data rows count (#5552) 2021-08-30 14:54:59 +05:30
TableWidgetConstants.ts feat: Table widget - Configure table data rows count (#5552) 2021-08-30 14:54:59 +05:30