Column filtering with colReorder

Column filtering with colReorder

xlzeroxlzero 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?

Answers

This discussion has been closed.