Search
11152 results 7781-7790
Forum
- 20th Nov 2022Editor table with JOIN and SELECT BoxesAs always - Allan has sorted. Gentleman. Thanks again.
- 19th Nov 2022Propper filtering of the fields with html tagsThank you so much @kthorngren It works. In combination with natural sorting it looks like this 'columnDefs': [ { type: "html", target: [1,2] }, { type: 'natural', targets: 0 } ]
- 16th Nov 2022onclick event of thead, the tfoot will go between the thead and tbodythe thead table is sorted by that column. You
- 10th Nov 2022close jquery tab causes searchwill happen when paging, sorting, etc happens. Please post
- 10th Nov 2022Manipulate sql database values before being submitted to the clientarray_values($data); array_multisort( array_column($data, "contract_id"), SORT_ASC, array_column($data, "update_time"), SORT_ASC, $data
- 8th Nov 2022Formatting filter of post-rendered data works, but is ugly...I think this is what you want: https://jsfiddle.net/3xagfz5q/ Use Orthogonal data combine the column data for the display operation. Otherwise for sorting and searching leave it as is. Kevin
- 8th Nov 2022Spinner not hiding and table not updating on first page of new results when using ajax pipelineExcellent, glad all sorted! Thanks for reporting back, Colin
- 3rd Nov 2022Multiple checkbox for the same column using bootstrap modalsrows in the currently sorted order and filtered. You
- 2nd Nov 2022Dynamically customize the headeradds click events for sorting. The easiest way to
- 31st Oct 2022type of columnDefs doesn't seem to work after v1.10.1Yes the live DOM sorting works as the example