Search
14018 results 4271-4280
Forum
- 24th Jun 2022SaveState only if column visibility has been changeevery time user perform search (on every keyup event)
- 23rd Jun 2022Adding a visible Processing... or loading... graphic to server-side paginationscrollX": true, "serverSide": true, "search": { return: true }, "language": { "processing":
- 23rd Jun 2022Remove accents in SearchBuilderSee the example : When I search for BrasÃlia in the main filter it's ok, but when I use SearchBuilder it does not work . In Search panes it is not working also! http://live.datatables.net/kayajija/1/edit
- 23rd Jun 2022Internationalisation of filtered info for datatable typesmall bug with "Custom Search Builder" and translation. In
- 21st Jun 2022DataTables date range filter not workingYou should be able to add logic to the search plugin that says if min or max have values then skip the current date if statement. Kevin
- 21st Jun 2022Editor Modal Two ColumnsNever mind, Kevin. I am more or less helpless with CSS. Just relying on So and Google search... Many bats in my garden hunting insects right now. Amazing.
- 20th Jun 2022search.dt Event Handler -- Determine the # of Rows in the Resultsvar tbl = $('#myTable').DataTable(); tbl.on('search.dt', function (e, settings) { let nRows = tbl.rows({ search: 'none' })[0].length; // 40 let nRowsVisible = tbl.rows({ search: 'applied' })[0].length; // 26 let nRowsRemoved = tbl.rows({ search: 'removed' })[0].length; // 14 }); Thank you!
- 18th Jun 2022Pre-filter table based on 2 collumns valueYou can create a search plugin for this. Put it before the Datatables initialization to filter the rows as desired. Kevin
- 16th Jun 2022searchBuilder between not work for NumberThat example is using Search Builder 1.3.3. All the
- 16th Jun 2022Confused over searchPane updates when text searchingbased on the global search. I've bugged it up