DataTables columnFilter() overwriting the Sorting Column.!!
DataTables columnFilter() overwriting the Sorting Column.!!
nk1
Posts: 1Questions: 0Answers: 0
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 !!
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.