PromucFlow_constructor/app/client/src/widgets/TableWidget
Vicky Bansal cb1604905e
Table sort column APIs (#6068)
User now should have access to the table sort column if any through the `{{table.sortOrder}}` API. This will return an object when sort is active > {column: string, order: enum|‘asc’|'desc'}. There should also be a `onSort` action available which can trigger an Event
2021-08-25 18:50:06 +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 Table sort column APIs (#6068) 2021-08-25 18:50:06 +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 Table sort column APIs (#6068) 2021-08-25 18:50:06 +05:30
TableWidgetConstants.ts Table sort column APIs (#6068) 2021-08-25 18:50:06 +05:30