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

[Other] How to Change Text Color within "filterContains" in PlutoGrid? #992

Closed SentezEurope closed 5 months ago

SentezEurope commented 7 months ago

Hello PlutoGrid Support Team, ornek

I hope this message finds you well. I have been using the PlutoGrid package in my Flutter application and I'm trying to customize the text color within the "filterContains" feature.

I have multiple themes in my application, and I would like to know how I can change the text color specifically within the "filterContains" functionality. Could you please provide guidance or code examples on how to achieve this?

If possible, I would also like to understand which section or property in the PlutoGrid configuration is responsible for controlling the text color within the "filterContains" feature. Thank you in advance for your assistance.

Best regards, Umut ALYU

SrS2225a commented 7 months ago

I just look at the class that pluto grid uses for styling as a reference to figure out what I can change with it. I think that could help you as well. That class has all the styling options you can currently change on your grids. Here is the class: https://github.com/bosskmk/pluto_grid/blob/master/lib/src/pluto_grid_configuration.dart#L193

SentezEurope commented 7 months ago

Hello,

It seems that we have the ability to customize every color, but there is no option to customize the hint text color within the filtering row. I am planning to implement this myself, but adding this customization in your future versions would be beneficial for users who choose different themes. Thank you.

github-actions[bot] commented 6 months ago

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

github-actions[bot] commented 5 months ago

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