-
Notifications
You must be signed in to change notification settings - Fork 4.6k
feat: implement table widget infinite scroll with dynamic height #39646
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
Merged
jacquesikot
merged 18 commits into
release
from
feat/implement-infinite-scroll-with-dynamic-height
Mar 20, 2025
Merged
Changes from 2 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
3d3060e
feat: Implement dynamic row height measurement for table widget
jacquesikot 034bba2
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
jacquesikot d645c32
feat: Enhance table widget row height handling with dynamic column me…
jacquesikot 6a50d65
feat: Improve table row height calculation with dynamic data tracking
jacquesikot 808d706
refactor: Simplify VirtualList component by extracting base implement…
jacquesikot f500054
refactor: Extract BodyContext to separate file to resolve import depe…
jacquesikot 90d6218
fix: Initialize row height tracking for static and virtual tables
jacquesikot bdc2a31
fix: Improve type safety in TableV2 infinite scroll row height tests
jacquesikot 5b8a9cc
chore: Remove unnecessary comment in BodyContext file
jacquesikot f32f509
feat: Implement dynamic row height measurement for table widget
jacquesikot 69f64f7
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
rahulbarwal 922f26a
refactor: implement variable row height support in virtual table
jacquesikot c724e0a
refactor: make row properties optional in TableWidgetV2 for improved …
jacquesikot a80cdae
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
jacquesikot 8954902
refactor: optimize row rendering in BaseVirtualList with memoization
jacquesikot 748542f
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
jacquesikot d8eddca
refactor: enhance row height measurement logic in VirtualTable
jacquesikot 9f50f22
fix: Removed initialization of cellIndexesWithHTMLCell to improve cla…
jacquesikot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.