Skip to content
koalyptus edited this page May 17, 2017 · 28 revisions

From 0.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)
Clone this wiki locally