DataTables columnFilter() overwriting the Sorting Column.!!

DataTables columnFilter() overwriting the Sorting Column.!!

nk1nk1 Posts: 1Questions: 0Answers: 0
edited November 2013 in DataTables 1.9
Is it possible to Have both sorting and filtering row in the DataTable ??

At the moment All I can see is just the filtering row which is created by

[code]columnFilter({
sPlaceHolder: "head:after",
aoColumns:types
}); [/code].
I am trying to create A Sorting Column and A Filtering column in the THEAD element.

Please Help

Thanks !!
This discussion has been closed.