Search
2252 results 271-280
Reference
searchPanes.cascadePanes
› Allow panes to cascade under selectionwill display all of the options for that columnsearchPanesClear
› A single button that clears the SearchPanes selections.This button clears all of the SearchPanes options that have been selected, resetting the search that is applied.searchPanes
› A single button that displays the SearchPanes container in a popover.This button type creates a popover that contains the SearchPanes container. This allows SearchPanes to be used without it taking up extra space in the dom.searchPanes.resizePanes()
› Resize all of the panes to fill the SearchPanes container appropriately.This method provides the ability to resize thesearchPanes.rebuildPane()
› Rebuild the pane, regathering options from the table.This method provides the ability to rebuild thesearchPanes.container()
› Returns the node of the panes container.This method provides the ability to return the node of the container that is storing all of the SearchPanes. As it is a getter it does not take any argumentssearchPanes.clearSelections()
› Clears the selections in all of the panesThis method provides the ability to clear all of the selections that have been made in the panes should a change occur on the associated DataTable. searchPanes.clearSelections() takes no argument - all selections are cleared in every pane.SearchBuilder.Criteria
› Object that describes a search conditionThe SearchBuilder Criteria object containsSearchBuilder.Condition
› Search condition plug-in structuretype used by DataTables. The system used for thatsearchBuilder
› Enable and configure the SearchBuilder extension for DataTablesSearchBuilder regardless of how the panes are inserted into