Search
11152 results 4321-4330
Forum
- 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]
- 5th Jan 2010tableTools printing off the pageremove any settings like sort or filter when there
- 4th Jan 2010Numerical Sortinggetting the column to sort properly (numeric values being sorted alphabetically), so I added
- 2nd Jan 2010slow sorting in firefoxnoticeable improvement in the sort response time (from 2-3
- 31st Dec 2009Sorting - doesn't always workShort answer is yes: You MUST have a unique TH for each column. If you have one which spans two columns, which column would DataTables sort on...? What you can do is something like this: http://datatables.net/examples/advanced_init/complex_header.html Allan
- 29th Dec 2009Stubborn sorting - Google Chromedoesn't require a stable sort), but all the other
- 26th Dec 2009Added Data Warningthe end user, or sort on it etc, for
- 26th Dec 2009Sorting numeric/currency data.to use with numeric sorting. So anything such as
- 24th Dec 2009Filter: must type 3 charsHTML out and then sort by string). So you
- 18th Dec 2009"Check All" button with paginationrows in my table sorted by the row number