Skip to content
New issue

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

When changing the background color of a column header with a filter only the title widget is affected [Bug] #52

Open
VittorioParagallo opened this issue Jul 9, 2024 · 1 comment
Labels
bug Something isn't working stale

Comments

@VittorioParagallo
Copy link

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

Screenshot 2024-07-09 alle 16 35 34

Code sample

    PlutoColumn(
              backgroundColor: const Color.fromARGB(251, 187, 140, 106),
              title: 'id',
              titleSpan: _getTitleSpan('id'),
              width: 150,
              field: Contact.contactIdFieldDbName,
              type: PlutoColumnType.text(),
            ),
@VittorioParagallo VittorioParagallo added the bug Something isn't working label Jul 9, 2024
Copy link

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

@github-actions github-actions bot added the stale label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

1 participant