Commit graph

4 commits

Author SHA1 Message Date
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
Manish Kushare
9051aa6328
Avoiding event propagation for cell consisting input element in table to avoid unintentional row selection while editing cell values (#6852)
* avoid event propogation in the cell with input element in table

* code enhancement

* refactored the code
2023-07-03 13:10:16 +05:30
Manish Kushare
64a81c062b
bug fixed, app is getting crashed upon clicking columns in the table inspector for the widget inside listview (#5656)
* bug fixed: app is getting crashed upon clicking columns in the table inspector for the widget inside listview

* bug fixed: not able to edit new added column and not able to see valdiation errors

* code enhancement
2023-03-02 11:50:27 +05:30
Manish Kushare
f97067e303
[ Feature request ] : [ Table ] Added feature to highlight a word in the column if matched with searched term (#5413)
* init

* added feature to highlight the cell if it's value matches with searched tern

* reverting the unwanted changes

* removed unwanted changes

* added edge case for isEditable on click event

* minor bug fixes

* made changes to fix the edge case

* bug fixed: action button was not displaying in the column
2023-02-23 12:05:29 +05:30