Updatesection Attribute
The updatesection attribute allows you to configure a portion of a board for automatic update.
updatesection
This attribute can be added to an HTML element. Setting it to true allows you to specify a portion of the board that should update automatically. This is especially helpful when used in conjunction with the <embedmap> tag. For example, you can configure the board such that the map would not continuously refresh, while ensuring the rest of the data for the board itself would.
An attribute and not a true custom element, updatesection must be used on an HTML element (not a custom WebEOC Nexus element), and the element must have a unique ID attribute.
Example
Copy Code
<tbody id="myTbodyUpdate" updatesection="true">