{{ title }}

Custom educate table styles

Toggle Checkboxes

A tiny plugin which adds the ability to toggle all checkboxes within a table.

{% import "pages/_staff.table.html" as staff_table %} {{ staff_table.component(employer=false, projects=false, pagination=false) }}

Search

Add search functionality to your tables with List.js. Please read the official plugin documentation for a full list of options.

{{ staff_table.component( id="staff02", checkboxes=false, avatar=false, employer=false, projects=false, pagination=false, search=true) }}

Sort Columns

Add sorting functionality to your tables with by List.js. Please read the official plugin documentation for a full list of options.

{% import "components/sort-table.html" as sort_table %} {{ sort_table.component() }}