Search
289 results 1-10
Blog
- Twitter Bootstrap 2 › Sortingin media/images): table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_desc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc_disabled { cursor:
- Creating beautiful and functional tables with DataTables › Sorting and pagingthe column can be sorted by clicking on it. table.pretty thead th.sorting_asc { background: #66A9BD url('images/sort_asc.png')
- Font Awesome integration › Sort iconsThree icons (sorting ascending, sorting descending and sortable) means three HTTP requests
Forum
- 29th Apr 2014Secondary thead with sort icons?something like: [code] div.dataTables_scrollBody thead th::after { display:none; } [/code] to
- 12th Apr 2017Change Bootstrap Glyphicons Sort Arrow Color for Accessabilityopacity: 0.2; content: "\e150"; /* sort */ } table.dataTable thead .sorting_asc:after { content: "\e155"; /* sort-by-attributes
- 18th Aug 2017How to center pagination for DataTables 1.10.5opacity: 0.2; content: "\e150"; /* sort */ } table.dataTable thead .sorting_asc:after {o content: "\e155";
- 2nd May 2014How do you tie into the column sorting event?where clicking on the thead will sort the wrong column. IE
- 2nd May 2014is there a bug with sorting_asc/desc icon swith in server_side way?way,I tried to click thead to sort the reords,request was sent
- 22nd Oct 2012Disable autosortingbut i can't click sort on thead: [code] $('#normal-table').dataTable( { "bJQueryUI": true,
- 12th Dec 2013iDataSort doesn't set the sorting classes for the sort images in theadworks properly but the sort arrows in the thead do not change. They
- 5th Jun 2011Sort images are hidden when using background image for cellsbelow) but still no sort images: .table-standard thead{ background: #c3cfd5 url(Images/bkgd-table-header-blue.gif); } I
- 9th Jul 2019Sort Icon Positioning Help (CSS)it? Custom CSS: /* Datatables sort icons */ table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before,
- 30th Jan 2013sScrollY creates duplicate thead/tr revisitedam getting the duplicate thead. with duplicate sort buttons.