|
|
@@ -1,6 +1,7 @@
|
|
|
# Table Filter Control
|
|
|
|
|
|
Use Plugin: [bootstrap-table-filter-control](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control)
|
|
|
+Dependence if you use the datepicker option: [bootstrap-datepicker](https://github.com/eternicode/bootstrap-datepicker) v1.4.0
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
@@ -21,7 +22,12 @@ Use Plugin: [bootstrap-table-filter-control](https://github.com/wenzhixin/bootst
|
|
|
### filterControl
|
|
|
|
|
|
* type: String
|
|
|
-* description: Set `input` or `select` to add one of those element into column.
|
|
|
+* description: Set `input`: show an input control, `select`: show a select control, 'datepicker': show a datepicker control.
|
|
|
+* default: `undefined`
|
|
|
+
|
|
|
+### filterDatepickerOptions
|
|
|
+* type: Object
|
|
|
+* description: 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}'`.
|
|
|
* default: `undefined`
|
|
|
|
|
|
## Events
|