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-08 22:17:30 +11:00
parent a0c9687c41
commit 9f06212335

@ -1,3 +1,23 @@
# From v0.6.8 on
The following properties
- `btn_reset`
- `btn_reset_target_id`
- `btn_reset_text`
- `btn_reset_css_class`
- `btn_reset_tooltip`
- `btn_reset_html`
are deprecated in favor of:
```javascript
btn_reset: {
target_id: 'value',
text: 'value',
css_class: 'value',
tooltip: 'value',
html: 'value'
}
```
# From v0.6.0 on
The `rows_always_visible` property is deprecated in favor of `exclude_rows`