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

1575 - Add 'filterAlign' column setting for independently setting filter row alignment #1633

Merged
merged 2 commits into from
Nov 13, 2023

Conversation

EdwardCoyle
Copy link
Contributor

Explain the details for making this change. What existing problem does the pull request solve?
This PR adds a new setting filterAlign setting to IdsDataGridColumn, which allows for independent alignment of the filter row contents. This is helpful for right-aligned columns (such as ones dealing with numbers) where header cell contents can be right aligned.

Related github/jira issue (required):
Closes #1575

Steps necessary to review your pull request (required):

Included in this Pull Request:

  • An e2e or functional test for the bug or feature.
  • A note to the change log.

tmcconechy
tmcconechy previously approved these changes Nov 13, 2023
@tmcconechy tmcconechy merged commit fe711ce into main Nov 13, 2023
2 of 3 checks passed
@tmcconechy tmcconechy deleted the 1575-filter-alignment branch November 13, 2023 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IdsDataGrid: Column header filter button is also aligning to the right
3 participants