Search
11152 results 7441-7450
Forum
- 19th Feb 2013CSS sortsSame poste here : http://datatables.net/forums/discussion/11734/sort-icons-are-overlapping-text-in-header/p1
- 9th Dec 2012i want to remove sorting for column whose heading is Action (including with arrow images)thanks allan it is working fine.
- 27th Aug 2012Cells with subrows + sortingThanks! So, I'll have to start getting into the code a little bit ...
- 30th Jul 2012Can't create a custom sorting functionSee, it's a testament to how ignorant of JS I am that it took me a good 15 minutes to figure what and where the console was. Turns out that there's two stupid syntax errors in the ?: statements (namely I actually have a '?' and a ':' right next to each other, without an expression between them). I then managed to work out the rest of the problems myself, thanks to the newfound console. :) Sorry to bother you with such trivialities, but at least it won't happen again. :P
- 22nd Jun 2012Sorting by nonstandart date formatExuse me for my stupid question. Answer was in http://datatables.net/plug-ins/sorting
- 26th May 2012force "desc" sorting on dateGreat - no problem at all :-) Allan
- 8th May 2012Currency Sorting Algorithm Bugged on Null Data ValuesThanks Adam, worked like a charm.
- 6th Apr 2012Sorting columns with date(Format : MM/dd/yyyy) with datatables not workingYou mistake in wrong valulues. Try this var x = usDatea[2]365 + usDatea[0]30 + usDatea[1]; var y = usDatea[2]365 + usDatea[0]30 + usDatea[1];
- 20th Mar 2012Lost cookie when sortingDoes any have a solution to this
- 2nd Jan 2012Troubleshooting wordpress plugin usage..missing the sort/filter/export featuresThanks Allan, I'll hit up Tobias and see what he says. I had wp tables turned off to check debugging when you checked :)