Creating a HTML <table> in Plasmic

I’m trying to create an HTML table (<table>, <thead>, <tr> etc.) in Plasmic.
(I’m trying to use a HTML table to make printing with a fixed header and footer not a nightmare to setup).

Since Plasmic defaults to <div> and doesn’t have any table HTML tag options, I assume I need to instead register custom components for each of the desired tags? :sweat:

Is this really the only way to do this?

Example table:

Hello @leafer_design,

Yes, you would need to create a code component for each of the semantic table elements—table, thead, tr, and th.

1 Like