... | ... | @@ -59,6 +59,8 @@ import { default as ajaxTable } from "/ajaxTemplates/js/ajaxTables.js"; |
|
|
<div data-ajax="template"></div>
|
|
|
<table data-ajax="table"></table>
|
|
|
```
|
|
|
_We recommend putting this inside an external JavaScript file and calling this file inside the HTML_
|
|
|
|
|
|
|
|
|
**parentElements:**\
|
|
|
An element becomes a parentElement if there is one or more childElements with the data-parentId attribute set to the element.id of the parentElement.
|
... | ... | |