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] Can we create a custom widget in cells instead of standard ones like text, number, date, time, etc? #1078

Open nitishabraham20 opened 6 days ago

nitishabraham20 commented 6 days ago

I have a requirement where we need to create a custom widget and display it after selecting a row cell. Is it possible?