scroller with column filtering not use
scroller with column filtering not use
kqueekquee
Posts: 40Questions: 1Answers: 0
http://live.datatables.net/efuyaj/120/edit ( exemple )
hello when I add 'scrolly: 350px' option in my datatable filtering columns no longer works. how is it to allow filtage parameterize data with the scrolly option?
Merci
This discussion has been closed.
Answers
search column in thead th not working
http://live.datatables.net/efuyaj/126/edit
'''js
$(document).ready( function () {
// Paramètrage - ajoute une zone de saisie pour recherche dans le footer
$('#example thead th').each(function() {
var title = $('#example thead th').eq($(this).index()).text();
$(this).html('<input class="form-control" type="text" placeholder="' + title + '" />');
});
} );
} );
'''