Search
14048 results 481-490
Examples
- SearchPanes › Abstract Typesp>This is the searchPanes extension for DataTables. It
- SearchBuilder › Fomantic-UI (formally Semantic-UI) stylingThis example shows DataTables and the SearchBuilder extension being used with Fomantic-UI (a maintained fork of Semantic-UI). The DataTables / Fomantic-UI integration provides seamless integration for DataTables to be used in a Fomantic-UI page.
- SearchBuilder › jQuery UI stylingThis example shows SearchBuilder being used with jQuery UI being used as the CSS display framework.
- SearchBuilder › Grey scaleThis example demonstrates how to make the SearchBuilder styling turn to greyscale as an alternative to showing the colours around the select and input elements.
- SearchBuilder › FoundationThis example shows SearchBuilder being used with the Zurb Foundation CSS framework.
- SearchBuilder › BulmaThis example shows DataTables and the SearchBuilder extension being used with Bulma providing the styling. The DataTables / Bulma integration provides seamless integration for DataTables to be used in a Bulma page.
- SearchBuilder › Bootstrap 5This example shows DataTables and the SearchBuilder extension being used with Bootstrap 5 providing the styling. The DataTables / Bootstrap integration provides seamless integration for DataTables to be used in a Bootstrap 5 page.
- SearchBuilder › Bootstrap 4This example shows DataTables and the SearchBuilder extension being used with Bootstrap 4 providing the styling. The DataTables / Bootstrap integration provides seamless integration for DataTables to be used in a Bootstrap 4 page.
- SearchBuilder › Bootstrap 3This example shows DataTables and the SearchBuilder extension being used with the Bootstrap 3 framework providing the styling. The DataTables / Bootstrap integration provides seamless integration for DataTables to be used in a Bootstrap page.
- SearchBuilder › 50k rowshref="https://datatables.net/manual/server-side">DataTables' server-side processing mode. SearchBuilder adds a number of
Forum
- 8th Apr 2021Search over orthogonal data not workingIn your columns change the property name from search to filter, like this: { data: 'name', title: "Name", render: { _: 'display', filter: 'search', order: 'search'}}, See the Orthogonal docs for the operation names. Kevin
- 8th Apr 2021Mysql equivalent to Datatables search()some coding to get search(), searchPanes filter, and columns.visible()
- 8th Apr 2021Reload table with new search data via ajax@Kevin, it inits table 3 times with this code, First datatable, shows 0 data , Second datatable, shows 3 data as expected in search, Third datatable, shows 0 data. success: function(data) { var table = $('#expensesTable').DataTable(); table.clear(); table.rows.add(data).draw(); } (https://datatables.net/forums/uploads/editor/zv/jfcgz1yko92m.png "")
- 2nd Apr 2021How to search with diacritics?a plugin altered the search mechanism for sure; but
- 25th Mar 2021search() in multiple columnsThis is an example that Kevin did a while back, I'm not sure which thread it came from now, but it's showing how a custom search can provide OR logic. Colin
- 24th Mar 2021Search not workingIt seems to work. If I type wiper into your search input it works. Please provide the steps to show the issue you are asking about. Kevin
- 23rd Mar 2021Unable to get multiple Search Panes to showLikely the uniqueness threshold is keeping the pane from showing. Its controlled by the searchPanes.threshold, see this example. You can change the threshold or you can force the search pane to show, like this example. Kevin
- 22nd Mar 2021Disabling Search BuilderThe Search Builder docs show how its enabled. If this doesn't help please post your code so we can see exactly what you have. In addition you can remove the searchBuilder JS and CSS includes. Kevin
- 16th Mar 2021multiple range search on buttonsto just 'extract' the search part.... But thx again
- 12th Mar 2021Search builder button positionway to position the search button just to the