I tried use sidebar with data table inside #5582
Replies: 3 comments 12 replies
-
Hi, In my case works only using |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
miguedev1047
-
Try to add a |
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 don't know if it's my mistake or the sidebar component's error, but when I try to use the component within a its size does not adjust well, causing a horizontal scroll to appear at the bottom
2024-10-26.10-13-13.mp4
Here I attach a video with my project, I have the same problem with the horizontal scroll
<SidebarProvider> <PanelSidebar /> ... <main className='w-full'>{children}</main> </SidebarProvider>
And this is the structure that I manage
Beta Was this translation helpful? Give feedback.
All reactions