How to implement an editable Table component?

Hello @RadisLuo,

Welcome to the builder.io forum post.

To create a table, you can use the Box element. Here’s a fiddle for reference: Builder.io: Visual Development Platform

However, if you need more control over table rows and columns, we recommend creating a custom component instead.

Thanks,