Search
13995 results 221-230
Reference
searchPanes.panes.dtOpts› Define the DataTables options for a custom paneAs standard, SearchPanes will overwrite the optionssearchPanes.panes.className› Add a custom class for a custom panebe used to configure SearchPanes regardless of how thesearchPanes.orderable› Hide the ordering buttons in all panesbe used to configure SearchPanes regardless of how thesearchPanes.order› Set the order of the Panesbe used to configure SearchPanes regardless of how thesearchPanes.layout› Set the layout of how the panes are displayed on the pagebe used to configure SearchPanes regardless of how thesearchPanes.initCollapsed› Collapse the SearchPanes on initialisationbe used to configure SearchPanes regardless of how thesearchPanes.i18n› Container for options for languagebe used to configure SearchPanes regardless of how thesearchPanes.i18n.title› Add internationalisation to the title showing how many panes are selectedbe used to configure SearchPanes regardless of how thesearchPanes.i18n.showMessage› Set the message to be displayed in the Show buttonbe used to configure SearchPanes regardless of how thesearchPanes.i18n.loadMessage› Add internationalisation to the message shown when the panes are loadingbe used to configure SearchPanes regardless of how the
Forum
- 8th Apr 2023Regex $ (end of string) works for column search but not global searchcorrect yes. The smart search being disabled doesn't stop
- 7th Apr 2023Using pre-populated drop down in search builder for server side processing using editor libsThank you - I got Editor up and going last night, and revisited the multi filter select. It will do pretty much what I need, other than allowing search between two dates, but I can work around that.
- 30th Mar 2023Datatbles - Custom Search not workingthis error causing the search to not work: Uncaught
- 30th Mar 2023Search Builder Extension. Two numeric (age) columns. < or > operators to act as a 'within' rangesingle integer into a Search builder field e.g. [19]
- 29th Mar 2023Update the searchData before search.to val, so no search will be performed. Could
- 28th Mar 2023DataTable search to simulate tableClick when search results == 1My Answer: $('#locTable_filter input').bind('keyup', function (e) { if (e.keyCode == 13) { var count = locTable.rows({page:'current'}).count(); if(count == 1) { $(locTable.row( { search: 'applied' } ).node()).click(); } } });
- 24th Mar 2023Search Date Formata date typed in "Search" as DD MMM YYYY
- 24th Mar 2023Would it be possible to invert the search function?It is the layout I have customized using specified search functionality. Thanks for guidance - will see how it could be used.
- 17th Mar 2023Search once and use data set on several tables on one page?Thank you @kthorngren and @tangerine for helpful insight! So many good suggestions, so it can only get better! I liked the checkbox search example that could look nice with some styles buttons.
- 17th Mar 2023Is it possible to make search filter items in tagsee what else this search can do. Thank you