DataTables Sub Table JQueryUI Broken Sorting
DataTables Sub Table JQueryUI Broken Sorting
I have the need for a DataTable inside of the DataTable for each row. My site is styled with jqueryUI. When I put together the subtable with the jqueryui js and css found on the DataTables site the sorting of the sub table also applies itself to the parent table. However if i remove the jqueryui js everything works nicely (just looks out of place on the site).
Please see fiddle of issue: http://jsfiddle.net/jkahon/XQY63/
I am going to poke into the dataTables.jqueryui.js to see if I am smart enough to figure out the issue!