Search
11152 results 3761-3770
Forum
- 20th Sep 2012Sorting alphabetically by last name if first and last name are in the same columnIf first name and last name are in different columns, the easiest way of doing this is to set the aDataSort option for the columns. That will let DataTables automatically do a multi-column sort. Allan
- 19th Sep 2012how to get the real data from the datasource?a field name to sort the database on server
- 17th Sep 2012How to search in first row ONLYall columns and it sorts the rows like the
- 17th Sep 2012dataTables bSearchable not workingall columns have the sort and filter, but I
- 14th Sep 2012JSON from a ASHX C#1, 3], "aTargets": [1] }, // sort by Name + Date { "sType":
- 13th Sep 2012JavaScript error: 'iCreate' is null or not an object.it seems that the sorting is not always saved
- 13th Sep 2012Datatable and pipelining featuremy datatable is getting sorted according to first field
- 11th Sep 2012Show/Hide details about particular rowabout particular row - the sorting don't work correctly. All columns doesn't sort in the right way.
- 8th Sep 2012Error Message ("Cannot reinitialise DataTable") When Table is Blankbeen looking for this sort of information for a
- 7th Sep 2012Possible bug in auto type detection - 1.9.3Its a string because it has non-numeric data in it. If you want to currency sort, use the currency sorting plug-in: http://datatables.net/plug-ins/sorting#currency :-) There is a matching type detection plug-in as well: http://datatables.net/plug-ins/type-detection#currency Allan