Search
11152 results 3421-3430
Forum
- 3rd May 2014IE8, some script causing slow your web browseri need to allow sort in first 4 columns.
- 28th Apr 2014sorting datatables on date with iconsPlease follow the forum rules: Do not post duplicates Link to a test case I have deleted your duplicate question. Also how would you expect an image sort to occur? On the url? A test case would be useful. Allan
- 25th Apr 2014Sorting via keyboard keypress in Internet Explorer doesn't work correctlye.keyCode == 13) { e.preventDefault(); } For Sort Header: function _fnSortAttachListener ( oSettings,
- 25th Apr 2014DataTable row editing ? Code provided but changes requiredit under a EXPORT sort of button and when
- 22nd Apr 2014Sorting mixed data types in same columnYou can't force non-numeric data to be numeric :-). If you want to sort such data, you will need to create a little sorting plug-in which does the sort you want. There are examples and documentation here: http://datatables.net/development/sorting http://datatables.net/plug-ins/sorting Allan
- 17th Apr 2014Sorting issue when having html contents inside TDIf you just remove the sType set (which isn't needed in 1.10) it does sort correctly: http://jsfiddle.net/68vhp/2/ . Hooray for progress! :-) Allan
- 17th Apr 2014Sorting error on fnAddDataCan you link to a test case showing the issue please? I don't quite understand the exact situation - why is the second table trying to sort on a column that doesn't exist? Allan
- 16th Apr 2014Multiple Column Sorting not workingOops! Sorry, here's a test case showing all the datatables options I'm trying to use, however, it seems that it won't even sort, which doesn't happen on my real site. http://live.datatables.net/wihuvus/1/edit
- 16th Apr 2014th = style.visibility="hidden";Tnx but I meant the full th row not just one column sort of
- 15th Apr 2014Turn off 'order' within header rowUse stopPropagation() to stop the event bubbling up to the sort node / event handler. See: http://api.jquery.com/event.stoppropagation/ https://developer.mozilla.org/en-US/docs/Web/API/event.stopPropagation Allan