Responsive Table Examples? #69
-
I noticed there was a grid plugin, but didn't see any examples of how that works. |
Beta Was this translation helpful? Give feedback.
Answered by
bryanmylee
Oct 7, 2022
Replies: 1 comment 7 replies
-
Sorry about that, I've added an example in the docs! https://svelte-headless-table.bryanmylee.com/docs/plugins/add-grid-layout The plugin simply swaps out |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
bryanmylee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry about that, I've added an example in the docs!
https://svelte-headless-table.bryanmylee.com/docs/plugins/add-grid-layout
The plugin simply swaps out
display: table
fordisplay: grid
, and provides the correct styles to layout the cells properly.