PromucFlow_constructor/app/client/src/entities/DataTree
Aswath K 3170af84c9
chore: Remove position props from List and Table widgets (#27018)
- Replaced the property `templateBottomRow` with `templateHeight` as a
first step to remove the dependency of fixed layout specific position
property from List widget.
- Remove appPositioningType and isMobile props from widget DataTree.
- Include width and height as `componentHeight` and `componentWidth` in
widget DataTree.
- Update ListWidget, ListWidgetV2, TableWidget and TableWidgetV2 to use
the componentHeight prop in derivedProps calculation to get pageSize.
2023-09-19 10:52:11 +05:30
..
dataTreeAction.ts feat: Improve Linting performance (#23865) 2023-07-05 14:34:03 +01:00
dataTreeFactory.ts chore: Remove position props from List and Table widgets (#27018) 2023-09-19 10:52:11 +05:30
dataTreeJSAction.test.ts feat: Remove async/sync differentiation from Appsmith (#25399) 2023-08-05 06:38:53 +01:00
dataTreeJSAction.ts feat: Remove async/sync differentiation from Appsmith (#25399) 2023-08-05 06:38:53 +01:00
dataTreeWidget.test.ts chore: Remove position props from List and Table widgets (#27018) 2023-09-19 10:52:11 +05:30
dataTreeWidget.ts chore: Remove position props from List and Table widgets (#27018) 2023-09-19 10:52:11 +05:30
types.ts feat: Remove async/sync differentiation from Appsmith (#25399) 2023-08-05 06:38:53 +01:00
utils.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30