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

useViewportData - setViewport should maintain last firstRow value when table size changes #1928

Closed
bmingles opened this issue Apr 10, 2024 · 0 comments · Fixed by #2008
Closed
Assignees
Labels
enhancement New feature or request web-client-ui
Milestone

Comments

@bmingles
Copy link
Contributor

bmingles commented Apr 10, 2024

useViewportData currently calls setViewport(0) whenever the associated table size changes. This makes sense for filtered data on tables that don't change very frequently, but it's not the best option for ticking tables. This should be smarter to handle both ticking and filtered scenarios appropriately. (probably makes sense to work on this as part of ComboBox since it would support both filtering and ticking)

@bmingles bmingles added enhancement New feature or request triage Issue requires triage labels Apr 10, 2024
@bmingles bmingles self-assigned this Apr 10, 2024
bmingles added a commit to bmingles/web-client-ui that referenced this issue Apr 10, 2024
@vbabich vbabich added this to the April 2024 milestone Apr 16, 2024
@vbabich vbabich removed the triage Issue requires triage label Apr 16, 2024
@mofojed mofojed modified the milestones: April 2024, May 2024 May 13, 2024
bmingles added a commit to bmingles/web-client-ui that referenced this issue May 13, 2024
bmingles added a commit to bmingles/web-client-ui that referenced this issue May 13, 2024
bmingles added a commit to bmingles/web-client-ui that referenced this issue May 13, 2024
bmingles added a commit to bmingles/web-client-ui that referenced this issue May 13, 2024
bmingles added a commit to bmingles/web-client-ui that referenced this issue May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request web-client-ui
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants