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
18 stars 20 forks source link

Allowing whole rows to be wrapped in a card or container. #36

Closed wardbj93 closed 3 months ago

wardbj93 commented 4 months ago

rowWrapper

optionally wrap the rows together for a different look

PlutoGrid( rowWrapper: (PlutoRow row, Widget child) {

return Card( child: child), }; )