ToolJet/frontend/src/Editor/Components/Table
Kiran Ashok ae8cf517f9
fix : Muliselect table UI (#9474)
* Fix max canvas width select broken

* Added padding right instead of setting width to avoid overlapping of numbers on the arrow

Added padding right to provide spacing to right side of number container

* fix : focusing on any cell of number column type, results into first cell getting focused

* fix : text alignment bug in string column type

* fixed : text alignmnet of editable div in string column type

* Fix : avoid clicking thrice on element to start editing the content

* Fix : Overlay issue in deprecated columns

* Fix : multiselect deprecated secondary text not appearing on column list

* Fix table fixes

* fix placeholder in multiselect dynamic options

* fix: fix for scrollbar in viewer

* fix: integration bugfixes for table (#9457)

* change label for link color

* remove alt text for cell image

* fix : number arrow , labels

* limit table popover max height

* Bug fixes from appbuilder-1.6 (#9465)

* Fix : Selecting same value again is not discarding the selected value in single select

* If default options list is empty then return null

* Fix : Deleting the default option will rresult into removing from default option list as well

* showing error message at the bottom and cell value in the center for text and string column type

* Making Pagination aligned in the center horizontally

* Fix: Download popup

* Fix add new row string text not changing its color in dark mode

* Fix date picker on change in add new row not changing when value is empty

* fix : table default ui (#9454)

* fix : muliselect popover not showing (#9455)

* update default number data from string to number (#9467)

* Fix in datepicker

* fix: add fixed height to error feedback

* fix: fixed issue that caused multiselect option delete to fail (#9469)

* fix: fixed issue that caused multiselect option delete to fail

* refactor: minor code cleanup

* fix : ui for table multislect

* remove logs

---------

Co-authored-by: Nakul Nagargade <nakul@tooljet.com>
Co-authored-by: manishkushare <kushare.manish9@gmail.com>
Co-authored-by: Johnson Cherian <johnsonc.dev@gmail.com>
Co-authored-by: Manish Kushare <37823141+manishkushare@users.noreply.github.com>
2024-04-24 12:42:21 +05:30
..
columns App builder 1.6 integration bug fixes (#9456) 2024-04-23 18:33:27 +05:30
NullRenderer feat: Null and empty string handling in table component (#8916) 2024-04-19 16:19:43 +05:30
AddNewRowComponent.jsx Fix string and text column when pasting not pasting in plaintext only (#9471) 2024-04-24 11:19:18 +05:30
Boolean.jsx Table column redesign demo (#8442) 2024-04-19 17:22:06 +05:30
custom-filter.js Hot fix : custom filters not getting applied in the table (#7026) 2023-07-18 10:32:14 +05:30
CustomDatePickerHeader.jsx Table column redesign demo (#8442) 2024-04-19 17:22:06 +05:30
CustomDropdown.jsx App builder 1.6 integration bug fixes (#9456) 2024-04-23 18:33:27 +05:30
CustomSelect.jsx fix : Muliselect table UI (#9474) 2024-04-24 12:42:21 +05:30
Datepicker.jsx App builder 1.6 integration bug fixes (#9456) 2024-04-23 18:33:27 +05:30
datepicker.scss App builder 1.6 integration bug fixes (#9456) 2024-04-23 18:33:27 +05:30
Filter.jsx feat: Add light/dark/auto mode theme setting at application level (#9091) 2024-04-19 12:55:16 +05:30
GenerateEachCellValue.jsx App builder 1.6 integration bug fixes (#9456) 2024-04-23 18:33:27 +05:30
GlobalFilter.jsx Table column redesign demo (#8442) 2024-04-19 17:22:06 +05:30
IndeterminateCheckbox.jsx Fire row click event on checkbox click in table (#8616) 2024-02-06 11:24:38 +05:30
Link.jsx Table column redesign demo (#8442) 2024-04-19 17:22:06 +05:30
load-properties-and-styles.js Table column redesign demo (#8442) 2024-04-19 17:22:06 +05:30
OverlayTriggerComponent.jsx Table redsign (#7178) 2023-09-04 10:01:40 +05:30
Pagination.jsx Table column redesign demo (#8442) 2024-04-19 17:22:06 +05:30
Radio.jsx Table column redesign demo (#8442) 2024-04-19 17:22:06 +05:30
reducer.js Added feature to add new rows in the table (#5954) 2023-04-21 15:42:48 +05:30
String.jsx fix : Muliselect table UI (#9474) 2024-04-24 12:42:21 +05:30
Table.jsx App builder 1.6 integration bug fixes (#9456) 2024-04-23 18:33:27 +05:30
Tags.jsx Table column redesign demo (#8442) 2024-04-19 17:22:06 +05:30
Text.jsx Fix string and text column when pasting not pasting in plaintext only (#9471) 2024-04-24 11:19:18 +05:30
Timepicker.jsx Table column redesign demo (#8442) 2024-04-19 17:22:06 +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