Category Filter
Provides ability to filter module entries by category.
Usage
Shortcode:
[category_filter]
Parameters:
Parameters | Description |
---|---|
[category_group_id] (required) | Specifies the ID of the datatable category group from which to pull the module's categories |
[all_value] (optional) | Enables Bootstrap Selectize to function, improving the UI of the category dropdown |
[input_class] (optional) | Adds classes to the category filter |
[input_id] (optional) | Adds an ID to the category filter |
Code Example:
<label for="category_filter">Category</label> <select id="category_filter"> <option value=" ">All Categories</option> [category_filter category_group_id="32" all_value=" "] </select>
Please sign in to leave a comment.
0 Comments