1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2026-03-18 00:19:50 +01:00

Updated Obsolete (markdown)

koalyptus 2017-05-24 13:29:48 +10:00
commit af00a1b9bf

@ -1,3 +1,24 @@
# From v0.5.17 on
The `help_instructions` configuration option includes the following properties:
- `target_id`
- `container_target_id`
- `text`
- `html`
- `btn_text`
- `btn_html`
- `btn_css_class`
- `container_css_class`
As a result, the following configuration options are no longer supported:
- `help_instructions_target_id`
- `help_instructions_container_target_id`
- `help_instructions_text`
- `help_instructions_html`
- `help_instructions_btn_text`
- `help_instructions_btn_html`
- `help_instructions_btn_css_class`
- `help_instructions_container_css_class`
# From v0.5.16 on
The `loader` configuration option includes the following properties:
- `target_id`