Combine hidden columns and range filtering

Combine hidden columns and range filtering

sjansensjansen Posts: 1Questions: 0Answers: 0
edited February 2013 in General
Hello forum,

i have a column with a date that i don't want to display, but i want to filter over a range on this column.

Filtering is exactly like the example http://www.datatables.net/release-datatables/examples/plug-ins/range_filtering.html, and hiding the column like this example http://www.datatables.net/release-datatables/examples/basic_init/hidden_columns.html
aoColumnDefs has the following value: [code]{ "bVisible": false, "aTargets": [ 7 ] }[/code]

But when i run the code, the column is visible, but without any data. I think it is because the column is not visible, but the two input fields for the range filtering try to access them. Is there a way to solve this?

Greets
Steffi
This discussion has been closed.