Search
289 results 11-20
Forum
- 22nd May 2012How to prevent the page jumping to top when sortingof the other sortable thead th actually sort like expected.. Note this
- 21st Oct 2011Disable sort fonctionnalities on the thead of the datatableI want to disable the sort option on the "thead" of my datatable. I didn't find any solution. If you have an idea, it would be helful Thanks M
- 16th Jan 2020Bootstrap 3 - Change Sort Iconsto change the three sort icons. https://datatables.net/examples/styling/bootstrap.html table.dataTable thead .sorting:after{ opacity:0.2; content:"\e150" } table.dataTable
- 16th Mar 2016How to have sort and select filters in different header rows?header rows in the thead, wanting one for sort and one for filters.
- 2nd Dec 2010CSS problem with sort icons for Fixed Headersto the table headers(table.display thead th), so the sort icons are going underneath
- 1st Oct 2015[DT 1.9.4] How to implement own sorting mechanism?header using this: this.$tableEl.on('click', 'thead tr>th:nth-child(1)', function(){ //implement sort }); Thanks a lot for
- 9th Dec 2013Cannot read property 'nodeName' of null, ONLY the first time I try to sort a tableit will trigger on thead when I want to sort, too, but the value
- 6th Oct 2012Sort icons/arrows: 3 browsers, 3 results (not on same line, overlapping text, and correct)UI CSS file: [code] /* * Sort arrow icon positioning */ table.display thead th div.DataTables_sort_wrapper { position: relative;
- 26th May 2011Capturing sort event on table headingcell - more elegant than $("thead td").click(function() {} ); I'm using some sort of grouping and I
- 27th Apr 2018Sorting Taking Place automatically When Input Drop-down Filters moved to headerTanks for your response Sir, I had added data-orderable="false" for one of the THEAD, And filters are working fine ,But could you please help me how can I point the sort to another header or THEAD