1.5.0
Feature
This update has been sponsored by @netzarbeiter
- Integrated sortable data-tables for member_list (https://datatables.net/)
- requires jquery to work
Setup
- use
mod_memberList_table
&memberExtension_list_row
as templates within the member-list module - activate the
j_datatables
jQuery template within your layout settings
Additional settings
Additional settings can be found within the data-attributes of the mod_memberList_table
template
Attribute | Default | Description |
---|---|---|
data-zero-label | No matching records found |
Label for zero matches |
data-search-label | Search: |
Search box label |
Please refer to the documentation of https://datatables.net/ and the initialization within j_datatables
to enhance this feature with more options
Please mind, that using this new feature will disable the server-sided pagination.
The datatables Pagination will work > 10 items per page.
Full Changelog: 1.4.2...1.5.0