ColReorder Individual column filtering
ColReorder Individual column filtering
heinwoogue
Posts: 5Questions: 2Answers: 0
So basically this example seems to have no problem.
https://datatables.net/extensions/colreorder/examples/initialisation/col_filter.html
However, when datatable is intialized with a scrollY like for example:
var table = $('#example').DataTable( {
colReorder: true,
scrollY: '50vh'
} );
The problem begins. The search boxes appear but they are unable to filter/
This discussion has been closed.