|
|
@@ -23,6 +23,11 @@ Dependence if you use the datepicker option: [bootstrap-datepicker](https://gith
|
|
|
* description: Set true to add a button to clear all the controls added by this plugin
|
|
|
* default: `false`
|
|
|
|
|
|
+### filterLocal
|
|
|
+
|
|
|
+* type: Boolean
|
|
|
+* description: Set false to disable local data filtering. This allows you to filter the data on server side when using remote data sources.
|
|
|
+* default: `true`
|
|
|
|
|
|
## Column options
|
|
|
|
|
|
@@ -49,4 +54,4 @@ Dependence if you use the datepicker option: [bootstrap-datepicker](https://gith
|
|
|
|
|
|
### onColumnSearch(column-search.bs.table)
|
|
|
|
|
|
-* Fired when we are searching into the column data
|
|
|
+* Fired when we are searching into the column data
|