You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking to make a simple row selectable table but I only have a single column of data. There's quite a lot of rows so I don't think pagination would be convenient. Is there a way to make it so the single column is split into multiple columns like such?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm looking to make a simple row selectable table but I only have a single column of data. There's quite a lot of rows so I don't think pagination would be convenient. Is there a way to make it so the single column is split into multiple columns like such?
[ ] item 1 | [ ] item 4 | [ ] item 7
[ ] item 2 | [ ] item 5 | [ ] item 8
[ ] item 3 | [ ] item 6 | [ ] item 9
I've tried using css like
columns: 3 auto
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions