doonfrs / pluto_grid_plus

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
27 stars 28 forks source link

[Bug] Cell Render TextField --> backSpace error | MultiSelect --> first Cell Selected automatically #67

Open Hakimbhb opened 3 months ago

Hakimbhb commented 3 months ago

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!