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

Fix #1596 (very long title, see description) #1606

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

vnbaaij
Copy link
Collaborator

@vnbaaij vnbaaij commented Feb 28, 2024

Fix #1596: Pagination state is not updating in the UI when filtering returns less pages of results than the current page index using a FluentDataGrid with ItemsProvider in FluentPaginator

  • Add .resizable class to header cell when ResizableColumns is true
  • Call enableColumnResizing when finished collecting columns
  • Make enableColumnResizing callable from c# side
  • Change SetTotalItemsCount to do both SetCurrentPageIndexAsync (if criteria met) and do regular work

- Call enableColumnResizing when finished collecting columns
- Make enableColumnResizing callable from c# side
- Change SetTotalItemsCount to do both SetCurrentPageIndexAsync (if criteria met) and do regular work
@vnbaaij vnbaaij added this to the V4.5.0 milestone Feb 28, 2024
@vnbaaij vnbaaij requested a review from dvoituron February 28, 2024 17:18
@vnbaaij vnbaaij self-assigned this Feb 28, 2024
@vnbaaij vnbaaij enabled auto-merge (squash) February 29, 2024 05:50
@vnbaaij vnbaaij merged commit 4516f95 into dev Feb 29, 2024
4 checks passed
@vnbaaij vnbaaij deleted the users/vnbaaij/fix-issue-#1596 branch February 29, 2024 05:55
vnbaaij added a commit that referenced this pull request Mar 6, 2024
…1606)

- Call enableColumnResizing when finished collecting columns
- Make enableColumnResizing callable from c# side
- Change SetTotalItemsCount to do both SetCurrentPageIndexAsync (if criteria met) and do regular work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants