Search
288 results 231-240
Forum
- 22nd Sep 2010IE only has sort option for first 8 columns8 columns can be sorted. I was just given
- 9th Aug 2010Memory leak in fnClearTable()?memory" usage), and top (sorted by VIRT memory usage).
- 12th Jun 2025Sort arrows in 2.3 and lateridentical as before: table.dataTable thead > tr > th.dt-orderable-asc
- 7th Nov 2024Remove the sort arroustogether. /* Part 1 */ table.dataTable thead .sorting_asc { background-image: url(../images/sort_asc.png) !important;
- 11th Jan 2024Datatables Sort Arrow Positionwant them, use: table.dataTable thead > tr > th::before,
- 19th Aug 2022Sort icons not displayingI also added these to my datatables css file table.dataTable thead .sorting_asc { background-image: url("images/sort_asc.png") } table.dataTable thead .sorting_desc { background-image: url("images/sort_desc.png") } table.dataTable thead .sorting { background-image: url("images/sort_both.png") } table.dataTable thead .sorting_asc_disabled { background-image: url("images/sort_asc_disabled.png") } table.dataTable thead .sorting_desc_disabled { background-image: url("images/sort_desc_disabled.png") }
- 3rd Jun 2022Sort Order Indicators too smallFirefox, OpenSuSE Tumbleweed): table.dataTable thead > tr > th.sorting::before,
- 16th Feb 2022DataTables 1.11.4 and Bootstrap 5 has height of 2pxYou mean horizontally? Yes, they need scrollX enabled for that to work. I've been thinking that when scrollY is enabled then x-scrolling should probably be automatically enabled to avoid that sort of error. Allan
- 16th Dec 2021How can I remove ALL sort arrows from ALL columns?only reference to table.dataTable thead was in css/plugins/datatables/dataTables.bootstrap.min.css and
- 6th Oct 2021No default sort using gridviewe.Row.RowType == DataControlRowType.Header) { //add the thead and tbody section programatically