macronus / jquery-datatables-column-filter

Automatically exported from code.google.com/p/jquery-datatables-column-filter
0 stars 0 forks source link

Default Filtervalue not send when bServerSide processing #171

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have a datatable with serverSide processing. The data is loaded via AJAX.
I have a column with columnFilter type "select".
I set the selected property of this columnFilter, so this option gets the 
attribute "selected" in HTML.

When the dataTable executes the AJAX query my selected option is not set in the 
sSearch Array which is send to the server.

Original issue reported on code.google.com by Patricks...@gmail.com on 4 Feb 2015 at 10:38