vitmalina / w2ui

UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).
http://w2ui.com
MIT License
2.67k stars 729 forks source link

Changing the grid's selectType to 'cell' causes unexpected results #2398

Open catcakie opened 1 year ago

catcakie commented 1 year ago

I want to be able to toggle between a selectType of 'row' and 'cell' while the application is running.

Changing from 'cell' to 'row' works as expected. But changing from 'row' to 'cell' does two things:

  1. Puts in a blank search in my live search bar image
  2. Clicking on a cell does not open the text editor for the cell. I still have to double-click to be able to edit the cell, which defeats the purpose of changing the selectType to cell.

Steps to reproduce or sample Just change the selectType from 'row' to 'cell' while the app is running.