Search
-
Error: sData is undefined
by lz ·$("#show").css({display:"block"}); -
How to write custom filter?
by allan ·http://datatables.net/plug-ins#sorting_currency -
Aligning columns
by allan ·So if you are reading your table information from the DOM any classes there will be maintained (see the example on the home page - http://datatables.net/index - for this). Alternatively, you can ask D -
Another couple of sorting questions:
by allan ·If you have a sorting function for a particular type, then you need to tell that column that it should use that column. Have a look at http://www.datatables.net/usage#sType . -
Pick column item and sort it starting with selected item?
by korsakov ·$('#specialty').change( function () { -
Pick column item and sort it starting with selected item?
by allan ·$('#specialty').change( function () { -
Pick column item and sort it starting with selected item?
by korsakov ·$('#specialty').change( function () { -
Natural sort?
by hhm ·I am realising the site with MODx: http://modxcms.com/ MODx is a CMS, that uses placeholders for code that is used more than once in a site. One sort of code blocks is called "snippets". MOD -
Natural sort?
by allan ·I've just added a small plug-in to the plug-ins page ( http://datatables.net/plug-ins#sorting_natrual ) which makes use of the excellent neutralSort() by Jim Palmer ( http://www.overset.com/2008/09/01