Virtualized Data Table #3048
                  
                    
                      shipurjan
                    
                  
                
                  started this conversation in
                Show and tell
              
            Replies: 2 comments
-
| I was actually looking for exactly this on the internet. Thank you so much, it was very helpful. However, I encountered a problem: when I used your code, only 10 row were displayed on my screen. But when I changed the code in the 'row' part, the problem was solved. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| super helpful for applying virtualization to my radix-ui  | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I needed to make a virtualized data table, because adding elements became quite sluggish already at 100-150 items in my app.
I reused all shadcn/ui components integrating it into https://virtuoso.dev/tanstack-table-integration/
Here is the demo:
https://shadcnui-virtualized-data-table.vercel.app/
Here is repo:
https://github.com/shipurjan/shadcnui-virtualized-data-table
And here is virtualized component (with added sorting feature, you can remove it from header if you don't want it):
Beta Was this translation helpful? Give feedback.
All reactions