Skip to content

Custom HTML Elements Inside Published Reports

When building advanced reports it is possible to embed custom HTML directly into the report (perhaps to be controlled or modified with custom javascript)

Although this is possible, CALUMO will expect that all input fields are report cells and will take some control over them.

To prevent this happening to your own HTML, add the class c-cellnav-exclude to the top-level element being inserted:

e.g.

<div id="my-custom-element" class="c-cellnav-exclude">  
Back to top