Search
11177 results 3861-3870
Forum
- 14th May 2012Wordpress admin area plugin to manage my data in Excel-like way?to do (particularly for sorting, filtering etc). These are
- 14th May 2012fnDraw()asc"]], // 0 = column to sort by "bProcessing": true }); }); });
- 12th May 2012Conversion of activewidget gridthat would work with: sort rows by column headers
- 11th May 2012"414 Request URI too long" error when using large numbers of columns and performance issue(s)added post-render in some sort of process fork where
- 9th May 2012Select/Sort multiple rows with iPad or tablet, or phonemethod for multiple column sorting in DataTables other than
- 8th May 2012ColReorder/JQuery error when dragging columnson a column to sort it, or try and
- 7th May 2012Server-side Processing, fnDraw(oSettings) sends proper iDisplayStart, but changes to previous page.example). Then the secondary sorting, that applied by the
- 4th May 2012Disable sorting for specific rows.original poster request for sort locking (preventing sort) of
- 3rd May 2012Column Filtering ( using Img 'Alt' attribute)By default DataTables will strip HTML from the filter (so it doesn't sort on tag names for example). If you want to explicitly tell it to filter / sort on an attribute you can use type based plug-ins: http://datatables.net/development/filtering http://datatables.net/development/sorting Allan
- 1st May 2012dataTables shows all rows by default"aaSorting": [[2,"DESC" ]] I suspect that this is causing a Javascript error as the sort direction is case sensitive. Try: [code] "aaSorting": [[2,"desc" ]] [/code] Allan