activatedColor: Colors.transparent,
PlutoGridStyleConfig-->gridBackgroundColor: 0xff1677FF
it select the first CELL (0,0) automatically while
event.stateManager.setSelectingMode(PlutoGridSelectingMode.row);
on the other hand if the color ligh t for example!
PlutoGridStyleConfig-->gridBackgroundColor: Color.fromRGBO(230, 244, 255, 1);
will not be selected !
### BUG 2
textField backspace on Mobile some phone working and another ones not! IDK what is the problem exactly!
### Request Feature :
--> stateManager!.toggleSelectingRow(nbrLine - 1);
i wish it will have a positbility to have also true, false (Like to force it! )]
--> Column width depends on title and the content! (Rn it s only on content! Or i should fix it! )
### Scenario:
in multiSelect if i make manually filter! it will not be selected(At least in preview!)
i try to make it with code on init but the cell 0 still selected on ui!
-->
Expected results
textfield on mobile backspace on some devises doesn t work!
Steps to reproduce the bug
activatedColor: Colors.transparent, PlutoGridStyleConfig-->gridBackgroundColor: 0xff1677FF it select the first CELL (0,0) automatically while event.stateManager.setSelectingMode(PlutoGridSelectingMode.row); on the other hand if the color ligh t for example! PlutoGridStyleConfig-->gridBackgroundColor: Color.fromRGBO(230, 244, 255, 1); will not be selected ! ### BUG 2 textField backspace on Mobile some phone working and another ones not! IDK what is the problem exactly! ### Request Feature : --> stateManager!.toggleSelectingRow(nbrLine - 1); i wish it will have a positbility to have also true, false (Like to force it! )] --> Column width depends on title and the content! (Rn it s only on content! Or i should fix it! ) ### Scenario: in multiSelect if i make manually filter! it will not be selected(At least in preview!) i try to make it with code on init but the cell 0 still selected on ui! -->Expected results
textfield on mobile backspace on some devises doesn t work!
Execution Environment
Flutter version
PlutoGrid version
OS
Thank You For That Amazing Package!