Search
11152 results 3191-3200
Forum
- 26th Aug 2015Limit number of columns in multi-column sortsthe number of compound sort elements that DataTables can
- 25th Aug 2015Fixed Header 3, IE 11 in 8 mode, loss of Events, JQuery selector funaway in DEV and sort of lost track of
- 25th Aug 2015Master-Detail tables pattern suggestionsI actually found a post with a sort of example here. https://datatables.net/forums/discussion/26095/full-editor-for-multiple-child-rows ty f
- 20th Aug 2015Editor conflicting with column.type?relevant to DataTables internal sort. The sort() method does
- 17th Aug 2015identify potential duplicates presubmitor something of the sort, and if the user
- 13th Aug 2015Question about sorting columns with Editor created entriesyou wanted a different sort applied you would need to use a custom sorting plug-in if client-side, or
- 7th Aug 2015Sorting Dates not working properlyHello TablesForData, Your information is being sorted as text, which is the default for Datatables. The Datatables documentation will show you how to let Datatables know that a column contains date information. It should sort correctly after that.
- 5th Aug 2015Sorting in column containing dates in 'DD.MM.YYYY' or 'DD.MM.YYYY HH:mm'Thx, for help, i understood that "strict mode off" helped me. But still dont know, why sort date and datetime in one column does not work (in strict mode)?
- 31st Jul 2015Datatables row group pagination per groupwant to alter the sort order then add an
- 29th Jul 2015child row visibility bugWeirdly your code did sort of work for a while and then stops working... However, here is an update that will always work: http://live.datatables.net/papazali/2/edit . I've just used $('td:eq(0)', table.rows(".shown").nodes()).click(); to hide any currently shown rows. Allan