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
27 stars 28 forks source link

[Feature] Columns header customization #79

Open GnRSlash opened 2 months ago

GnRSlash commented 2 months ago

Can you implement columns header customization? Actually, columns have a title, and it is a String, could this be a Widget instead (allowing wrap of course).

Thanks and great job!