Replies: 1 comment
-
Actually I found that GridList will also satisfy my needs, so I'll move to using that for a more non-table-resembling layout. |
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.
-
Hi!
Would it be possible to add option to Table to output regular
<div/>
elements? It'd be beneficial for some specific use-cases where usage of customdisplay
properties is required. I don't want to apply e.gdisplay: grid
to table rows because of Safari's known A11y bugs.If the answer is no, would it be OK for a library consumer perspective to have one Table component that uses RAC
Table
, and second one with different UI usinguseTable
? AFAIK, the RAC components have different/improved Collection APIs so I'd rather use those and not duplicate bundle size. Hopefully that makes sense.Beta Was this translation helpful? Give feedback.
All reactions