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.
27
stars
28
forks
source link
When changing the background color of a column header with a filter only the title widget is affected [Bug] #52
Open
VittorioParagallo opened 4 months ago
I'm not sure if this is intended or a bug, but i didn't find anyway a trick to change filter background color.
Steps to reproduce the bug
create a table with filters and change column background color
Expected results
the background color is applied to the whole column heading widget.
Actual results
Code sample