How to create Table in blogpost

Hi,

In our blogs, we occasionally need to add tables. However, I’m not seeing any default option to insert a table directly within the page editor.

Could you please guide me on how we can add tables to our blogs?

  • We don’t need tables in every post, only when required.

  • When we do use them, we’d like the flexibility to add as many rows and columns as needed.

Is there a way to enable or implement this functionality?

Thanks in advance!

Hello @abhi18

At the moment, Builder does not provide a built-in table option within the editor. However, it is possible to implement this functionality by creating a custom table component that you can reuse in your blogs whenever needed.

You may find this forum post helpful as a starting point: How to implement an editable Table component? - #2 by manish-sharma

Additionally, you can also use the AI Generate option in Builder to quickly create a custom table component tailored to your needs. This way, you’ll have the flexibility to define rows and columns dynamically while keeping the editor clean for posts that don’t require tables.

Thanks,