-
Notifications
You must be signed in to change notification settings - Fork 93
Obsolete
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]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
-
single_flt_css_classconfiguration option is deprecated in favor of:
single_filter: {
css_class: 'my-css-class'
}-
single_filterconfiguration option can accept a boolean or a literal object:
single_filter: {
exclude_cols: [2, 5]
}-
external_flt_grid_idsis deprecated in favor ofexternal_flt_ids
The following properties
btn_resetbtn_reset_target_idbtn_reset_textbtn_reset_css_classbtn_reset_tooltipbtn_reset_html
are deprecated in favor of:
btn_reset: {
target_id: 'value',
text: 'value',
css_class: 'value',
tooltip: 'value',
html: 'value'
}The rows_always_visible property is deprecated in favor of exclude_rows
The following properties
inf_div_css_classleft_div_css_classright_div_css_classmiddle_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'
}The external_flt_grid flag is no longer supported
The paging configuration option now includes the following properties:
lengthtarget_idresults_per_pageresults_per_page_target_idbtnspage_selector_typebtn_next_page_textbtn_prev_page_textbtn_last_page_textbtn_first_page_textbtn_next_page_htmlbtn_prev_page_htmlbtn_first_page_htmlpage_textof_textslc_css_classresults_slc_css_classresults_span_css_classbtn_css_classnb_pages_css_class
As a result, the following configuration options are no longer supported:
paging_lengthpaging_target_idresults_per_pageresults_per_page_target_idpaging_btnspage_selector_typebtn_next_page_textbtn_prev_page_textbtn_last_page_textbtn_first_page_textbtn_next_page_htmlbtn_prev_page_htmlbtn_first_page_htmlpage_textof_textpaging_slc_css_classresults_slc_css_classresults_span_css_classpaging_btn_css_classnb_pages_css_class
The grid_layout configuration option now includes the following properties:
widthheightcont_css_classtbl_cont_css_classtbl_head_css_classinf_grid_css_classheaders_row_indexfiltersdefault_col_widthno_headers
As a result, the following configuration options are no longer supported:
grid_widthgrid_heightgrid_cont_css_classgrid_tbl_cont_css_classgrid_tblHead_cont_css_classgrid_inf_grid_css_classgrid_headers_row_indexgrid_enable_default_filtersgrid_default_col_widthgrid_no_headers
The popup_filters configuration option now includes the following properties:
close_on_filteringimageimage_activeimage_htmlplaceholder_css_classdiv_css_classadjust_to_container
As a result, the following configuration options are no longer supported:
popup_filters_close_on_filteringpopup_filters_imagepopup_filters_image_activepopup_filters_image_htmlpopup_placeholder_css_classpopup_div_css_classpopup_filters_adjust_to_container
The help_instructions configuration option includes the following properties:
target_idcontainer_target_idtexthtmlbtn_textbtn_htmlbtn_css_classcontainer_css_class
As a result, the following configuration options are no longer supported:
help_instructions_target_idhelp_instructions_container_target_idhelp_instructions_texthelp_instructions_htmlhelp_instructions_btn_texthelp_instructions_btn_htmlhelp_instructions_btn_css_classhelp_instructions_container_css_class
The loader configuration option includes the following properties:
target_idtexthtmlcss_classon_before_show_msgon_after_show_msg
As a result, the following configuration options are no longer supported:
loader_target_idloader_textloader_htmlloader_css_classon_before_show_msgon_after_show_msg
The status_bar configuration option includes the following properties:
target_idtextcss_classon_before_show_msgon_after_show_msg
As a result, the following configuration options are no longer supported:
status_bar_target_idstatus_bar_textstatus_bar_css_classon_before_show_msgon_after_show_msg
From this point on, the rows_counter configuration option has the following properties:
textseparatorover_texttarget_idcss_classon_before_refresh_counteron_after_refresh_counter
As a result, the following configuration options are no longer supported:
rows_counter_textfrom_to_text_separatorover_textrows_counter_target_idtot_rows_css_classon_before_refresh_counteron_after_refresh_counter
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 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 this version, the display_all_text option is renamed to clear_filter_text.
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 bylocale)
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_valuesremember_page_numberremember_page_length
If you previously used the HTML Table Filter Generator plugin, be aware the following configuration options are no longer supported:
exec_delayset_cookie_duration-
refresh_filters(nowlinked_filters) -
on_keyup(nowauto_filter) -
on_keyup_delay(nowauto_filter_delay)