How do I customize the Table extension? #4501
Replies: 1 comment 2 replies
-
I could've probably made a custom extension based on the source code for the original
but that's too much of a hassle honestly so I'm closing this |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to wrap the table element in a div to add some buttons around the table for adding new rows/columns.
I've drawn the basic layout I'm trying to achieve:
Here's the layout in JSX:
I tried extending the
Table
extension, but with no luck. How can I do that?Beta Was this translation helpful? Give feedback.
All reactions