Quantcast
Channel: DataTables 1.9 — DataTables forums
Viewing all articles
Browse latest Browse all 1816

DataTables columnFilter() overwriting the Sorting Column.!!

$
0
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

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

Please Help

Thanks !!

Viewing all articles
Browse latest Browse all 1816

Trending Articles