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-05-04 21:07:15 +10:00
parent 987568fb95
commit 856b8df81f

@ -1,3 +1,23 @@
# Starting from v0.5.11
From this point on, the `rows_counter` configuration option has the following properties:
- `text`
- `separator`
- `over_text`
- `target_id`
- `css_class`
- `on_before_refresh_counter`
- `on_after_refresh_counter`
As a result, the following configuration options are no longer supported:
- `rows_counter_text`
- `from_to_text_separator`
- `over_text`
- `rows_counter_target_id`
- `tot_rows_css_class`
- `on_before_refresh_counter`
- `on_after_refresh_counter`
# Starting from v0.5.8
From this version on, the `active_columns_css_class`, `on_before_active_column` and `on_after_active_column` become part of the `mark_active_columns` property, respectively: `mark_active_columns.header_css_class`, `mark_active_columns.on_before_active_column` and `mark_active_columns.on_after_active_column`.