Search
11152 results 6821-6830
Forum
- 14th Jun 2014How to repopulate manually and keeping sorting?However, after I empty and repopulate tbody, the sorting goes missing. Sounds like the append FAQ. In short, use the API to manipulate the table. Allan
- 23rd May 2014Prevent a row from being sorted.the tbody are all sorted equally. There are no
- 21st May 2014Numeric sortingrender naturally and numeric sorting will work. This applies
- 12th May 2014Custom data source sorting doesn't work. can you help me?oSettings.aoData are changed after sorting, but it is problem.
- 7th May 2014How to force sorting icons to be next to column textHI Does anyone have an answer to this question: put the sorting arrow right beside the column title? Thanks for any hint answer.
- 3rd May 2014Sorting date dd/mm/yyyyI found an alternative code : [code] for($i=0; $i<intval($GET['iSortingCols']); $i++) { if($_GET['bSortable'.intval($GET['iSortCol'.$i])] == true) { if($aColumns[intval($GET['iSortCol'.$i])] == 'date_reception') { if($typeDossier == 'M018') { $sOrder .= 'STR_TO_DATE(date_intervention,\'%d/%m/%Y\') '.$GET['sSortDir'.$i].', '; } else { $sOrder .= 'STR_TO_DATE(date_reception,\'%d/%m/%Y\') '.$GET['sSortDir'.$i].', '; } } else { $sOrder .= $aColumns[intval($GET['iSortCol'.$i])].' '.$GET['sSortDir'.$i].', '; } } } [/code] With STR_TO_DATE(date,'%d/%m/%Y) my sorting works well. I'm using the server side method.
- 26th Mar 2014Bug in sorting (with fix)said that, the html sorting type probably should cope
- 26th Dec 2013Paging or sorting?Here is your example http://datatables.net/release-datatables/examples/server_side/server_side.html. Okay? When the data arrives at the server, how do you know which button the user has clicked (sorting or paging)? Just know, without any action
- 19th Dec 2013Adding row on top when sorting on columns are disabledThanks for your reply. aaSortingFixed option helped me. I just used a invisible column and on this i did the sorting. and that fulfill my requirement of adding row on top the table.
- 28th Nov 2013Prevent sorting icons to appear on demandnotice there is a Sorting section within jquery.dataTables.css which