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:
Puts in a blank search in my live search bar
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.
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:
Steps to reproduce or sample Just change the selectType from 'row' to 'cell' while the app is running.