ToolJet/frontend/src/Editor/Components/Table
Manish Kushare ca83083c3d
Using tab to navigate through editable cells on the table (#6665)
* navigate through editable cells with tab key

* bug fixed, not able to navigate through the text cell type

* reverting unwanted changes

* auto focus

* handled edge cases

* handled edge case where at some instances on press of tab key, we are not able to focus in the cell

* removed unwanted code

* focusing on next column on press of tab key from datepicker column

* focus on tab element
2023-07-21 11:21:34 +05:30
..
columns Feature added to introduce Link column type in table (#6961) 2023-07-20 14:57:39 +05:30
AddNewRowComponent.jsx Add support for one level of nested data in the table component (#6489) 2023-07-19 10:13:37 +05:30
custom-filter.js [ bug fixed ]: [ Table widget ] filter is not getting applied correctly (#4663) 2022-11-03 17:09:00 +05:30
CustomSelect.jsx Chore: eslint checkup (#5887) 2023-04-10 11:26:23 +05:30
Datepicker.jsx Using tab to navigate through editable cells on the table (#6665) 2023-07-21 11:21:34 +05:30
Filter.jsx [ Bug fixed ] : select custom component styles not getting applied in query manager (#5128) 2023-01-03 17:12:43 +05:30
GenerateEachCellValue.jsx Using tab to navigate through editable cells on the table (#6665) 2023-07-21 11:21:34 +05:30
GlobalFilter.jsx Added data-cy for table widget elements (#4792) 2022-11-18 09:16:19 +05:30
IndeterminateCheckbox.jsx Added data-cy for table widget elements (#4792) 2022-11-18 09:16:19 +05:30
Link.jsx Feature added to introduce Link column type in table (#6961) 2023-07-20 14:57:39 +05:30
load-properties-and-styles.js Default row selection in table on page reload (#6619) 2023-07-21 11:08:39 +05:30
Pagination.jsx showing page 1 of 1 when no data is available in the table for client side pagination (#6718) 2023-06-29 15:09:30 +05:30
Radio.jsx Fix linting errors across the app (#785) 2021-09-21 19:18:28 +05:30
reducer.js Added feature to add new rows in the table (#5954) 2023-04-21 15:42:48 +05:30
Table.jsx Default row selection in table on page reload (#6619) 2023-07-21 11:08:39 +05:30
Tags.jsx Using tab to navigate through editable cells on the table (#6665) 2023-07-21 11:21:34 +05:30
Toggle.jsx Bugfix: toggle should be disabled when a toggle column of table widget is not editable (#2327) 2022-02-23 10:27:55 +05:30