TrackingTableFilters provides simple options to quickly filter rows in a tracking table based on each column's value, and on the row's checkmark status.
If used site-wide, users can exclude tables from having filters added by giving the table the ttf-ignore class. Alternatively administrators can limit the filters to only appearing on tables with certain selectors through the following configuration as an array of selectors in addition to table.table-progress-tracking:
(window.dev = window.dev || {}).TrackingTableFilters_only = ['.class1', '#id1', '#id2.class2'];
Installation
Usage
|
|
Column 1 | Column 2 | Column 3 |
|---|---|---|---|
|
|
Row1-1 | Row1-2 | Row1-3 |
|
|
Row2-1 | Row2-2 | Row2-3 |
|
|
Row3-1 | Row3-2 | Row3-3 |
|
|
Row4-1 | Row4-2 | Row4-3 |
|
|
Potato | Carrot | Blue |
Text above can be found here (edit)