Open gjost opened 8 months ago
There's also a built-in TypedTableBlock
module
Pros
Cons
Looks like it's possible to hack Handsontable/TableBlock to allow HTML in cells, though it is said to be a security risk and users are advised to "escape any HTML code that could be used for XSS attacks".
Custom HTML in cells and headers: https://examples.handsontable.com/demo/renderers_html.html
Instead of using spreadsheet-style tables, use Wagtail Block
to make customized DatablockCamp
/DatablockBook
/etc objects. Blocks lets you customize templates too.
Wagtail has a built-in
TableBlock
module which uses handsontable.Pros
Cons