Loosing fluidness after hiding a column!?
Loosing fluidness after hiding a column!?
TomTom963
Posts: 2Questions: 0Answers: 0
Hi,
My serverside datatable is perfectly fluid (= adapting to the window width) when showing all columns. But when I hide a column using "aoColumnDefs": [{ "bVisible": true, "aTargets": [ 0 ] }],' it is not fluid anymore and does not change it size when the window is resized.
Is this an expected behavior, or does the issue lie somewhere else? Maybe I miss some other settings!?
Thomas
My serverside datatable is perfectly fluid (= adapting to the window width) when showing all columns. But when I hide a column using "aoColumnDefs": [{ "bVisible": true, "aTargets": [ 0 ] }],' it is not fluid anymore and does not change it size when the window is resized.
Is this an expected behavior, or does the issue lie somewhere else? Maybe I miss some other settings!?
Thomas
This discussion has been closed.