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
636 stars 290 forks source link

Widget wrapper for Rows #1013

Closed wardbj93 closed 2 months ago

wardbj93 commented 5 months ago

Styling additions to allow widget wrapping of a row

e.g. rowWrapper:(PlutoRow row, Widget child) { return Card() }

Macacoazul01 commented 4 months ago

open in pluto_grid_plus