Column filtering with colReorder
Column filtering with colReorder
xlzero
Posts: 6Questions: 4Answers: 0
Hi,
I am using column filtering combined with colReorder from this example
https://datatables.net/extensions/colreorder/examples/initialisation/col_filter.html
var table = $('#example').DataTable( {
colReorder: true
} );
I am trying to use the scroll feature of datatable
"scrollX": false,
the column filtering is working
but if I set "scrollX": true, since my column is wider than the screen, I need a inter scroll bar
the column filtering is not working
why?
This discussion has been closed.
Answers
And, do you have example of combined column filtering(select input)
https://www.datatables.net/examples/api/multi_filter_select.html
with colReorder?
Thanks