Search
11314 results 71-80
Reference
searchPanes.filterChanged
› Function to update title text when selections are made.This option is an alias to searchPanes.filterChanged, which should be preferred when using DataTables 2+. It can be used to configure SearchPanes regardless of how the panes are inserted into the document (layout or searchPanes). Please refer to the documentation for searchPanes.filterChanged for full details of this option.searchPanes.filterChanged
› Function to update title text when selections are made.This function is called every time the number of SearchPanes options that have been selected changes. As default this is used to update the SearchPanes title (set using the searchPanes.i18n.title config option alongside an i18n() api call). The SearchPanes button also uses this configuration option to update the button text to reflect the selection numbers (text is set using searchPanes.i18n.collapse and an i18n() api call). The context of the function is the DataTables instance, meaning that API methods can be called directly from within the function. For example, this.i18n(...);. Note: When using this function with searchPanes.cascadePanes this function is likely to run multiple times. This is simply down to how searchPanes.cascadePanes is implemented.searchBuilder.filterChanged
› Function to update title text when selections are made.This option is an alias to searchBuilder.filterChanged, which should be preferred when using DataTables 2+. It can be used to configure SearchBuilder regardless of how the panes are inserted into the document (layout or searchBuilder). Please refer to the documentation for searchBuilder.filterChanged for full details of this option.searchBuilder.filterChanged
› Function to update title text when selections are made.This function is called every time the number of SearchBuilder conditions that are active changes. As default this is used to update the SearchBuilder title (set using the language.searchBuilder.title config option alongside an i18n() API call). The SearchBuilder button also uses this configuration option to update the button text to reflect the selection numbers (text is set using language.searchBuilder.button and an i18n() API call). The context of the function is the DataTables instance, meaning that API methods can be called directly from within the function. For example, this.i18n(...);.
Examples
- ColReorder › Individual column filteringto do individual column filtering. The basic example is
- SearchPanes › Custom filteringThese examples demonstrate how custom panes can be added to the table.
- SearchPanes › Custom Filtering Pane with PreSelectionsallows results to be filtered based on the values
- SearchPanes › Custom Filtering PaneThis example of SearchPanes demonstrates the functionality to add custom panes. Panes are populated with custom options which can search the table across multiple columns. Technically this is also possible to do with a custom function in any of the automatically occurring Panes. This just seems a bit neater. The
searchPanes.panes
config option holds an object for each custom Pane. - SearchPanes › Custom Filtering OptionsThis example shows how to set up a custom comparison function in SearchPanes.
- SearchBuilder › Restrict Filtering to Certain Columnswhich columns can be filtered on. It is an
Forum
- 10th Mar 2023When using the select-list filter in a row the list is incomplete.the City select list filter you will see 4
- 8th Mar 2023Filter search panels performance issue, slow, laggyhiding the records from filters when not meeting filter criteria? I also disabled
- 4th Mar 2023How to add a hidden column to display filter values in the dropdown?I figured out a better option. Using the hidden column (test case above link), I just modified the code to filter by column 6 instead of 1. It works now. Thanks for your time. table.columns([0, 6, 2]).every(function()
- 3rd Mar 2023How to add custom filter to ajax payload (server side processing)?server will miss the filter settings...
- 3rd Mar 2023How to filter the closest datatable?I don't know about filtering the "closest" data table but I know how to filter just the table(s) I
- 7th Feb 2023May i know how do i add button quickly filter show if date match today?to indicate whether to filter by today or not.
- 30th Jan 2023The search does not filter the manipulated textlooking to apply the filter, so that's where the
- 28th Jan 2023Individual column searching : Filter on checkbox statechecked, ie want to filter by the checked rows.
- 23rd Jan 2023MySQL & DataTables implementation to combine data from multiple tables OR filter data from one tableenough and you can filter your data tables by
- 10th Jan 2023Use dropdown to filter hidden columncolumns. use dropdown to filter that column Create an