Search
14172 results 341-350
Reference
searchPanes.viewCount› Show the count column in all panesAs standard, SearchPanes will be displayed withsearchPanes.threshold› Set the minimum ratio of unique values to total values needed in a column to display it's paneAs standard, SearchPanes will automatically determine whichsearchPanes.preSelect› Pre-selected options in a paneAs standard, SearchPanes will not pre-select anysearchPanes.panes› Define custom panes to filter across all columnsAs standard, SearchPanes will not add anysearchPanes.panes.preSelect› Deprecated. Define any preSelections for the custom panesoptions searchPanes.panes.options.label will allow SearchPanes to select that optionsearchPanes.panes.dtOpts› Define the DataTables options for a custom paneAs standard, SearchPanes will overwrite the optionssearchPanes.orderable› Hide the ordering buttons in all panesAs standard, SearchPanes will be displayed withsearchPanes.order› Set the order of the Panescolumns.searchPanes.name property of the SearchPanes, the panes are displayedsearchPanes.layout› Set the layout of how the panes are displayed on the pagethis is in place, SearchPanes will fit the panessearchPanes.initCollapsed› Collapse the SearchPanes on initialisationAs standard, SearchPanes will not be collapsed
Forum
- 23rd Jun 2022How can I make the search box of DataTables retain search records?That isn't a feature of DataTables I'm afraid. It would require a custom input box using something like Select2, and have it call the search() method, rather than using the built in search box. Allan
- 20th Jun 2022Is it possible to apply a search to my search panes when the page initially loads?option to preselect with search panes. If you are
- 17th Jun 2022Why does search builder use "display" orthogonal instead of "search" ?to be able to search the tool tip. I
- 13th Jun 2022Search Builder is case-sensitive. How to change? N.B. Editor examples not workingWith our server-side libraries? What database type are you using? With Postgres you would probably need to use lower() on search term and column, which isn't going to be trivial to add to the libraries. Allan
- 13th Jun 2022Customize each search panes to use multi or singleI see I can target the columns directly, what if the target is a custom search pane like the example in the sandbox?
- 9th Jun 2022there is a way to clear search parameter i'm using Railsempty string as the search parameter will clear the
- 8th Jun 2022Gathering all search fields for akaenter on the global search input: $('input', this.footer()).on('keypress', function
- 7th Jun 2022Getting access to Search fieldIf only I had read the documentation further: table.search Please be aware that this method sets the search to apply to the table only - it does not actually perform the search.
- 2nd Jun 2022[SearchPanes, Select]: Custom search pane for selected rowsfiltering returned rows and search panes options 4) add
- 1st Jun 2022A simple DataTable server-side search doesn't workside "filter": true, // enable/disable search box "orderMulti": false, // enable/disable