Search
11382 results 2841-2850
Forum
- 22nd Dec 2021Tooltip and data renderingbe returned for sort, filter etc The types are
- 22nd Dec 2021Is it possible to use Select2 multiple select with searchBuilder value option?I'm not too clear on what you're after, but this example from this thread should help, it's showing how to filter on a multi-select Select2 element. If not, please can you explain further, Colin
- 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.