layout: docs title: Table Filter Control description: Table Filter Control extension of Bootstrap Table. group: extensions
Use Plugin: bootstrap-table-filter-control
Dependence if you use the datepicker option: bootstrap-datepicker v1.4.0
{% highlight html %} {% endhighlight %}
type: Boolean
Detail:
Set true to add an input or select into the column.
falsetype: Boolean
Detail:
Set true to add a button to clear all the controls added by this plugin.
falsetype: String
Detail:
Set the alignemnt of the select control options. Use Use left, right or auto.
undefinedtype: Boolean
Detail:
Set to true in order to hide the options that are not in the table. This option does not work on server-side pagination.
falsetype: Boolean
Detail:
Set to true if you want to disable the control while the server is responding the data. This options will work if the sidePagination is 'server'.
falsetype: Boolean
Detail:
Set to true to fire the search action when the user press the enter key.
falsetype: String
Detail:
Set input: show an input control, select: show a select control, datepicker: show a datepicker control.
undefinedtype: String
Detail:
Set custom select filter values, use var:variable to load from a variable or url:http://www.example.com/data.json to load from a remote json file or json:{key:data} to load from a json string.
undefinedtype: Object
Detail:
If the datepicker option is set use this option to configure the datepicker with the native options. Use this way: data-filter-datepicker-options='{"autoclose":true, "clearBtn": true, "todayHighlight": true}'.
undefinedtype: Boolean
Detail:
Set to true if you want to use the strict search mode.
falsetype: Boolean
Detail:
Set to true if you want to use the starts with search mode.
falsetype: String
Detail:
Set this in order to show a placeholder only in the input filter control.
''type: Function
Default: function () { return "Clear Filters";}