Agenda

The skeleton of a agenda table is:
<div class="ol-agenda sticky-type">
// filters
<ul class="filters">
</ul>
//sections
<div class="ag-section"></div>
<div class="ag-section"></div>
<div class="ag-section"></div>
</div>Each section should be as follow:
Inside each section there can be several items each should be as follow:
The
data-filterwill be used for filtering purpose.The
extra-descriptionis the hidden part and will be toggles per click
Last updated