Search
11178 results 4331-4340
Forum
- 24th Jan 2010Inserting data to the top of the tableto use a custom sorting plug-in to sort on something in the
- 20th Jan 2010Haiti portal problemsGreat - nice to know you're around in case of more issues :) Already 'casting' as int() With the simple use-case of a single-column to sort, the rest shouldn't be /too/ hard ;) F
- 17th Jan 2010JQuery 1.4 beta and DataTablesrows on a page). 'Sort classes' (the highlighted column which is being sorted on) use addClass/removeClass quite
- 16th Jan 2010Live DOM sorting and custom filtering2 places: one in sort function and one in
- 15th Jan 2010Show Entries and Search/FIlter above table header are not alignedbecause I've seen that sort of thing when the
- 12th Jan 2010iDisplayStart with sortingHI greattall1, The sort jumps the paging back
- 11th Jan 2010Click-Sort-Handlerwhich attaches the core sort listener to any element
- 9th Jan 2010Filtering AJAX data rows without using AJAXlike in your modified sort function, primarily because it will slow down longer sorts. DataTables should correctly pick
- 7th Jan 2010Add a new row, then skip to it!it seems like the sort of thing anyone might
- 6th Jan 2010ASP.NET (not MVC) processing problemHi Allan, I checked after filter and sort. Server-side returns true values. But Datatables freezes after sort/search. First Load : [code]{"sEcho":"1","iTotalRecords":"4","iTotalDisplayRecords":"4","aaData":[["Test One","312","46","12/28/2009"],["Test Two","310","46","12/30/2009"],["Test Three","309","46","12/30/2009"],["Test Subject","308","46","12/30/2009"]]}[/code] Sorting 1: [code]{"sEcho":"1","iTotalRecords":"4","iTotalDisplayRecords":"4","aaData":[["Test One","312","46","12/28/2009"],["Test Three","309","46","12/30/2009"],["Test Two","310","46","12/30/2009"],["Test Subject","308","46","12/30/2009"]]}[/code] Sorting 2: [code]{"sEcho":"1","iTotalRecords":"4","iTotalDisplayRecords":"4","aaData":[["Test Subject","308","46","12/30/2009"],["Test Two","310","46","12/30/2009"],["Test Three","309","46","12/30/2009"],["Test One","312","46","12/28/2009"]]}[/code]