We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not sure if this is intended or a bug, but i didn't find anyway a trick to change filter background color.
create a table with filters and change column background color
the background color is applied to the whole column heading widget.
PlutoColumn( backgroundColor: const Color.fromARGB(251, 187, 140, 106), title: 'id', titleSpan: _getTitleSpan('id'), width: 150, field: Contact.contactIdFieldDbName, type: PlutoColumnType.text(), ),
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 30 days with no activity.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: