Agenda

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-filter will be used for filtering purpose.

  • The extra-description is the hidden part and will be toggles per click

Last updated