1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-17 13:15:21 +02:00

Updated Obsolete (markdown)

koalyptus 2017-12-26 21:38:07 +11:00
parent 575bbfd0e1
commit ed13d5bbb9

@ -1,3 +1,11 @@
# From v0.6.11 on
- `single_flt_css_class` configuration option is deprecated in favor of:
```javascript
single_filter: {
css_class: 'my-css-class'
}
```
# From v0.6.10 on
- `single_filter` configuration option can accept a boolean or a literal object:
```javascript