PromucFlow_constructor/app/client/src/widgets
vicky-primathon 290bb8d57c
Table UI breakages on scroll and empty cells fixed (#60)
* Added Button component in Table widget for actions

* Action button state loading added for Table widget

* Action button font-weight made as normal

* Table button loading state fixed. Table code refactored, rendering from props instead of state in ReactTableComponent

* Table widget action button alignment fixed

* Handled actions column changes

* added proper keys to useMemo for react table widget

* Code refactors and added dependency map with meta props and table data for computing columns

* Table UI breakages on scroll and empty cells fixed

* Handled empty rows in table widget

* Fixed last row cut issue

* Code review changes

* Added table widget component heights as enum

Co-authored-by: Arpit Mohan <me@arpitmohan.com>
2020-07-16 16:09:07 +05:30
..
AlertWidget.tsx Action refactor 2020-02-18 10:41:52 +00:00
BaseWidget.tsx Evaluated value popup 2020-06-04 13:49:22 +00:00
ButtonWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
CanvasWidget.tsx Generate widgets from blueprint. Close previously open modals when showing a modal. Fix unicode page name issue in pagelist sidebar 2020-03-27 09:02:11 +00:00
ChartWidget.tsx Use injected configuration from Nginx at runtime instead of build time (#30) 2020-07-07 15:52:17 +05:30
CheckboxWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
ContainerWidget.tsx Fix Modal scroll behaviour. 2020-03-27 10:56:26 +00:00
DatePickerWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
DropdownWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
FilepickerWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
FormButtonWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
FormWidget.tsx Remove console warnings like react hook dependency warnings and unused vars 2020-06-17 19:23:01 +05:30
IconWidget.tsx DRY property control creation. Generate ids for property pane config on the client. Add Multi switch control. Add Icon Widget (WIP). Enable blueprint based actions. 2020-04-14 05:35:16 +00:00
ImageWidget.tsx Fix js toggle issues 2020-03-16 07:59:07 +00:00
InputWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
MapWidget.tsx Use Google Maps API key from configs (#76) 2020-07-10 13:05:27 +05:30
ModalWidget.tsx Add classnames to modal selector dropdown, modal close button and modal. 2020-04-03 14:06:02 +05:30
RadioGroupWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
RichTextEditorWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
SwitchWidget.tsx DRY property control creation. Generate ids for property pane config on the client. Add Multi switch control. Add Icon Widget (WIP). Enable blueprint based actions. 2020-04-14 05:35:16 +00:00
TableWidget.tsx Table UI breakages on scroll and empty cells fixed (#60) 2020-07-16 16:09:07 +05:30
TabsWidget.tsx Chart validations, Tabs add new tab issue fix 2020-05-29 06:07:56 +00:00
TextWidget.tsx made form data visible at the top level 2020-06-09 17:34:38 +05:30