1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-03 07:03:33 +02:00
28 Obsolete
koalyptus edited this page 2019-06-07 21:51:37 +10:00

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:

sort_filter_options_asc : [0, 1],
sort_filter_options_desc : [2, 3]

From v0.6.17 on

auto_filter configration option now accepts a boolean or a literal object:

auto_filter: {
  delay: 250
}

As a result, auto_filter_delay option is no longer supported

From v0.6.11 on

  • single_flt_css_class configuration option is deprecated in favor of:
single_filter: {
  css_class: 'my-css-class'
}

From v0.6.10 on

  • single_filter configuration option can accept a boolean or a literal object:
single_filter: {
  exclude_cols: [2, 5]
}
  • external_flt_grid_ids is deprecated in favor of external_flt_ids

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:

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

From v0.5.43 on

The following properties

  • inf_div_css_class
  • left_div_css_class
  • right_div_css_class
  • middle_div_css_class

are deprecated in favor of:

toolbar: {
  container_css_class: 'value',
  left_cont_css_class: 'value',
  center_cont_css_class: 'value',
  right_cont_css_class: 'value',
  target_id: 'value'
}

From v0.5.30 on

The external_flt_grid flag is no longer supported

From v0.5.21 on

The paging configuration option now includes the following properties:

  • length
  • target_id
  • results_per_page
  • results_per_page_target_id
  • btns
  • page_selector_type
  • btn_next_page_text
  • btn_prev_page_text
  • btn_last_page_text
  • btn_first_page_text
  • btn_next_page_html
  • btn_prev_page_html
  • btn_first_page_html
  • page_text
  • of_text
  • slc_css_class
  • results_slc_css_class
  • results_span_css_class
  • btn_css_class
  • nb_pages_css_class

As a result, the following configuration options are no longer supported:

  • paging_length
  • paging_target_id
  • results_per_page
  • results_per_page_target_id
  • paging_btns
  • page_selector_type
  • btn_next_page_text
  • btn_prev_page_text
  • btn_last_page_text
  • btn_first_page_text
  • btn_next_page_html
  • btn_prev_page_html
  • btn_first_page_html
  • page_text
  • of_text
  • paging_slc_css_class
  • results_slc_css_class
  • results_span_css_class
  • paging_btn_css_class
  • nb_pages_css_class

From v0.5.20 on

The grid_layout configuration option now includes the following properties:

  • width
  • height
  • cont_css_class
  • tbl_cont_css_class
  • tbl_head_css_class
  • inf_grid_css_class
  • headers_row_index
  • filters
  • default_col_width
  • no_headers

As a result, the following configuration options are no longer supported:

  • grid_width
  • grid_height
  • grid_cont_css_class
  • grid_tbl_cont_css_class
  • grid_tblHead_cont_css_class
  • grid_inf_grid_css_class
  • grid_headers_row_index
  • grid_enable_default_filters
  • grid_default_col_width
  • grid_no_headers

From v0.5.19 on

The popup_filters configuration option now includes the following properties:

  • close_on_filtering
  • image
  • image_active
  • image_html
  • placeholder_css_class
  • div_css_class
  • adjust_to_container

As a result, the following configuration options are no longer supported:

  • popup_filters_close_on_filtering
  • popup_filters_image
  • popup_filters_image_active
  • popup_filters_image_html
  • popup_placeholder_css_class
  • popup_div_css_class
  • popup_filters_adjust_to_container

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
  • text
  • html
  • css_class
  • on_before_show_msg
  • on_after_show_msg

As a result, the following configuration options are no longer supported:

  • loader_target_id
  • loader_text
  • loader_html
  • loader_css_class
  • on_before_show_msg
  • on_after_show_msg

From v0.5.15 on

The status_bar configuration option includes the following properties:

  • target_id
  • text
  • css_class
  • on_before_show_msg
  • on_after_show_msg

As a result, the following configuration options are no longer supported:

  • status_bar_target_id
  • status_bar_text
  • status_bar_css_class
  • on_before_show_msg
  • on_after_show_msg

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.

Starting from v0.5.0

Starting from this release, custom_cell_data and custom_cell_data_cols options are merged in the cell_parser option, as a result they are no longer supported.

Starting from v0.4.16

Starting from this version, the display_all_text option is renamed to clear_filter_text.

Starting from v0.3.0

From this release on col_number_format and col_date_type are merged in a single col_types option defining the data type for each column. Also note the following option is no longer supported:

  • default_date_type (now replaced by locale)

Starting from v0.2.16

In this release the legacy cookie based persistence implementation has been removed, as a result the following configuration options will no longer be supported:

  • remember_grid_values
  • remember_page_number
  • remember_page_length

Unsupported options

If you previously used the HTML Table Filter Generator plugin, be aware the following configuration options are no longer supported:

  • exec_delay
  • set_cookie_duration
  • refresh_filters (now linked_filters)
  • on_keyup (now auto_filter)
  • on_keyup_delay (now auto_filter_delay)