-
Notifications
You must be signed in to change notification settings - Fork 104
Add TanStack Virtual to documents table for vertical virtualization #291
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 em 8000 ails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add TanStack Virtual to documents table for vertical virtualization #291
Conversation
Co-Authored-By: sahil.lavingia@gmail.com <sahil.lavingia@gmail.com>
Original prompt from sahil.lavingia@gmail.com:
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Add TanStack Virtual to Documents Table
This PR implements vertical virtualization for the documents table using TanStack Virtual to improve performance on mobile devices.
Changes
@tanstack/react-virtual
as a dependencyDataTable
component to support optional virtualizationTanStack Virtual Configuration Options
The implementation uses the default configuration, but here's an overview of key configuration options that could be customized:
Core Options
Additional Options
Testing
The implementation was tested locally to ensure:
Link to Devin run
https://app.devin.ai/sessions/aeeb06a297474870a983946cf5f85c18
Requested by: sahil.lavingia@gmail.com