68 | | ||''context''|| || || || |
69 | | ||''filter_advanced''|| || || || |
70 | | ||''filter_widgets''|| || || || |
71 | | ||''filter_widgets''|| || || || |
72 | | ||''filter_clear''|| || || || |
73 | | ||''filter_formstyle''|| || || || |
74 | | ||''filter_submit''|| || || || |
| 68 | ||''context''||Adds filters according to links to other tables||Dict||[wiki:S3/Context Context]|| |
| 69 | ||''filter_advanced''||Adds a button to show more/less filter options||Boolean, or list/tuple of label and button class|| || |
| 70 | ||''filter_widgets''||Defines filters to be displayed for the table||List of instances of S3 Filters|| || |
| 71 | ||''filter_clear''||Adds an action-link to clear the filter (False by default)||Boolean, or list/tuple of label and button class|| || |
| 72 | ||''filter_formstyle''||Provides a custom formstyle for a !FilterForm||Function returning a DIV instance|| || |
| 73 | ||''filter_submit''||Specifies label and class of button||Tuple||[http://getbootstrap.com/css/#buttons Bootstrap button classes]|| |