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
635 stars 288 forks source link

[Feature] Checkbox Column does not respect checkboxTheme of ThemeData #1049

Closed luisotavio-dev closed 3 weeks ago

luisotavio-dev commented 2 months ago

I enabled the checkbox for multiselection in my grid with enableRowChecked: true, but the checkbox does not respect the style I applied to the application's global ThemeData. As an example, look at the underlined part:

carbon

This is a simple checkbox customization. Now, look at the final result of my plutogrid. See that I have a column that I added manually that respects the ThemeData style, but the checkbox column added by PlutoGrid is taking the default Material Design checkbox layout, ignoring my customization:

Captura de Tela 2024-04-24 às 23 43 54

Correct me if I'm wrong, but I haven't found any way to even customize this PlutoGrid checkbox style manually. Could you analyze the feasibility of making this resource available?

Thank you very much in advance, and congratulations for the great work.

github-actions[bot] commented 1 month ago

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

github-actions[bot] commented 3 weeks ago

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