bosskmk / pluto_grid

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
635 stars 288 forks source link

[Help] open Editing Mode on spec column (All Row ) by one click ! #1077

Open Hakimbhb opened 1 week ago

Hakimbhb commented 1 week ago

i wanted to impliment TextField on render with keyboard.numeric and it didn t detect it at all ! i also tried to remove it and impliment inputFormatters: [ FilteringTextInputFormatter.digitsOnly, ],

but the value is writing in reverse ! and when i reverse it again it didn t work ! some time it return the reverse and some time didnt + i cannot make a delete at all only if i select full full text i think that it make crush or idk ! i just wanted to make the editing mode custom !

so i was thinking if there is solution for custom text input?

otherwise how can i enable editing mode to be by just one click o the cell ? i was thinking to make a container like textfield and wh n click directly open the default editing section!

so my global Ques how can i enable editing mode by one click on cell not both? i wish that there is solution and i wish u fix the textfield on render ( i use virtual android ! Not tested on physical or ios to be honest but i figure that this problem already exist before! thank u) https://github.com/bosskmk/pluto_grid/issues/364