1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-26 09:20:26 +02:00

Updated Obsolete (markdown)

koalyptus 2019-06-07 21:51:37 +10:00
parent 52e9d7e582
commit 9d1723ab79

@ -1,3 +1,10 @@
# From v0.6.94 on
`sort_num_asc` and `sort_num_desc` options are obsoleted in favour of `sort_filter_options_asc` and `sort_filter_options_desc`:
```javascript
sort_filter_options_asc : [0, 1],
sort_filter_options_desc : [2, 3]
```
# From v0.6.17 on # From v0.6.17 on
`auto_filter` configration option now accepts a boolean or a literal object: `auto_filter` configration option now accepts a boolean or a literal object:
```javascript ```javascript
@ -22,7 +29,7 @@ single_filter: {
exclude_cols: [2, 5] exclude_cols: [2, 5]
} }
``` ```
- `external_flt_grid_ids` is depracated in favor of `external_flt_ids` - `external_flt_grid_ids` is deprecated in favor of `external_flt_ids`
# From v0.6.8 on # From v0.6.8 on
The following properties The following properties