Search
11349 results 2821-2830
Forum
- 21st Dec 2021filtering rows based on one columnso, a bit more digging and while the column().search() doesn't seem to let me at the node properties, building a custom search and using $(table.row(dataIndex).node()).find("td:nth-child(1)").hasClass("urgent") does allow me to filter these on and off
- 20th Dec 2021How to use change the text to an icon for seachBuilder buttonactions whenever the SearchPanes filter is used. There is
- 19th Dec 2021Bundled Datatables code issueI looked at the docs and realised the code I had found and copied was not very clever. I went to this instead: var table = $('#BookingTable').DataTable(); /* SCHOOL filter for data table */ $("#schoolFilter").change(function (e) { table.search(this.value).draw(); }); This solved it for me.
- 18th Dec 2021Reseting the Search Fieldis no preventing the filter from being applied to
- 16th Dec 2021Localized column names (titles) and prefefined/saved searcheslike this: So the filter does not show 'Name'
- 15th Dec 2021Dynamic Post Data but view on table not changesangkaAkhir.isNumber()) { akhirTahun = angkaAkhir; } event.preventDefault(); }); // Filter Laporan Revenue formFilter.submit(function (event)
- 14th Dec 2021StateSave on active buttons@kthorngren I tried to apply the same approach if I use the deep linking and searchBuilder extension here. For some reason, the filter button state is not saved here as in the original test case.
- 11th Dec 2021sorting negative numbersHas this been resolved? I just took a look and the sorting and the export appears to be working as expected: Colin p.s. and apologies about the multiple message, the spam filter caught them for some reason.
- 7th Dec 2021Column Search and table header customizationUsing this columns search (Filter?) it will make a
- 7th Dec 2021Why is column search returning values outside my specified range?I realized that the filter was being applied to the wrong column. column index number -1 strikes again.