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?
Is this really the only way to do this?
Example table: