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
639 stars 293 forks source link

Add and apply `enableGridBorder` config parameter #899

Closed bambinoua closed 7 months ago

bambinoua commented 11 months ago

Sometimes the border around PlutoGrid is not required so I've added the enabgleGridBorder to PlutoGridStyleConfig which will allows to customize this feature.