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
664 stars 305 forks source link

[Feature] Add a cellBuilder #876

Closed eebeeDEV closed 1 year ago

eebeeDEV commented 1 year ago

Enable the developers to pass a widget to build the cell instead of just a value.

zambetpentru commented 1 year ago

Hi, do you mean to be able to define a custom widget for each cell?

If so on the PlutoColumn there is the renderer: (rendererContext) {

return YourWidget();

}

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.