-
Notifications
You must be signed in to change notification settings - Fork 0
Filterable Header
Displays a header field with one or two customisable search filter widget.
By default this header field allows you to search between two values, each one entered in a different textbox. You can change the filtering method through the attributes. If you want a field with a single search box which performs partial matching you need to use the Searchable Header field type.
The additional attributes you can set are:
-
method (optional) The filtering method (see filter model behavior). Default: between
-
fromname The name of the first input field (value or from, see filter model behavior). Default: from
-
toname The name of the second input field (to or interval, see filter model behavior). Default: to
-
showmethod (optional) Show the method input field, else it will be a hidden input. Default: false
-
single (optional) Show only a single input instead of two. Used for single value filter (e.g. exact or partial). Default: false
FOF (Framework on Framework) and its documentation are Copyright © 2010-2020 Nicholas K. Dionysopoulos / Akeeba Ltd.
FOF is Open Source Software, distributed under the GNU General Public License, version 2 of the license, or (at your option) any later version.
The FOF Wiki content is provided under the GNU Free Documentation License, version 1.3 of the license, or (at your option) any later version.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found on the GNU site.