PromucFlow_constructor/app/client/src/utils
vicky-primathon 8fb0dc02ad
Fix-Search component in Table widget updated with support for clearing search data (#96)
* Added Button component in Table widget for actions

* Action button state loading added for Table widget

* Action button font-weight made as normal

* Created header for common functionalities in Table Widget

* Client side searching added in Table Widget. Action created for server side searching also.

* Columns visibility feature initial commit

* Column visibility list added in Table Widget

* Changed pagination designs in accordance with new layout. This enable user to jump page as well.

* Using colors values from constants

* Table widget pagination, numeric input page number clamped between 1 and total pages

* Adding tool tip to truncated values in table widget. Added AutoToolTipComponent that adds tooltip when text is truncated.

* Table data download changes. Added downlaod icon and button to table widget.

* Table data download changes

* 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

* Download table data as CSV implemented

* table data download, unused code removed

* 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

* Code review changes

* Added table widget component heights as enum

* code review changes

* Search component in Table widget updated with support for clearing data, renamed properties

* Opening image in new tab on clicking in table widget

* Fixed table craching due to empty data filtering

* Empty extra space on loading removed in table widget

* Removed stopping of event propagation on table widget action button click

* Fixing for test cases

* Table header UI overflow fixed

* Clearing selected row on searching data in table widget

* fix for cypress test

* Table crash issue fix

* searchKeyword renamed to searchText. searchText added to entity definitions

Co-authored-by: Arpit Mohan <me@arpitmohan.com>
2020-07-24 19:28:28 +05:30
..
autocomplete Fix-Search component in Table widget updated with support for clearing search data (#96) 2020-07-24 19:28:28 +05:30
hooks Use injected configuration from Nginx at runtime instead of build time (#30) 2020-07-07 15:52:17 +05:30
validation Drafts in API Pane 2019-11-25 09:15:11 +00:00
AnalyticsUtil.tsx Feature/help 2020-05-28 18:10:26 +00:00
AppsmithUtils.tsx Use injected configuration from Nginx at runtime instead of build time (#30) 2020-07-07 15:52:17 +05:30
DynamicBindingsUtil.test.ts Fix content type switching to raw when custom 2020-05-08 12:54:27 +00:00
DynamicBindingUtils.ts Streamline action save with widgets (#10) 2020-07-03 14:28:58 +05:30
EditorUtils.ts Move Registration to application editor 2020-04-16 17:26:36 +05:30
featureFlags.ts Use injected configuration from Nginx at runtime instead of build time (#30) 2020-07-07 15:52:17 +05:30
FormControlFactory.tsx Datasource bug fixes 2020-04-28 06:52:53 +00:00
FormControlRegistry.tsx Datasource bug fixes 2020-04-28 06:52:53 +00:00
formhelpers.test.ts fix: email validation (#118) 2020-07-23 17:58:26 +05:30
formhelpers.ts fix: email validation (#118) 2020-07-23 17:58:26 +05:30
generators.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
helpers.tsx Fixing performance issue in apiName 2020-06-18 07:46:53 +00:00
history.ts Fixes for the API Editor #109 #112 #111 #116 2019-10-25 05:35:20 +00:00
PropertyControlFactory.tsx Form Widget 2020-03-06 09:45:21 +00:00
PropertyControlRegistry.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
storage.ts Cleanup 2020-01-16 11:46:21 +00:00
treeUtils.ts Revamp widget property validation 2019-11-19 12:44:58 +00:00
TypeHelpers.ts Tern autocomplete 2020-05-20 11:30:53 +00:00
ValidationFactory.ts Action selector refactor 2020-04-20 05:42:46 +00:00
ValidationRegistry.ts moved to absolute paths for all fiels 2019-11-25 10:37:27 +05:30
Validators.ts JSON stringify fixes 2020-06-25 10:04:57 +00:00
WidgetFactory.tsx Fix batched action execution 2020-04-17 16:15:09 +00:00
WidgetPropsUtils.tsx Add singleChartData to chartData migration 2020-06-18 14:31:12 +05:30
WidgetRegistry.tsx Fix batched action execution 2020-04-17 16:15:09 +00:00