Ralfh
Ralfh
rblagahit
Posts: 1Questions: 1Answers: 0
Hi to all,
This ->
$(function(){
$('#sample_table').DataTable({
responsive: true
});
})
is not working
This discussion has been closed.
Answers
What exactly is not working?
I assume responsive is not working. Did you include the Responsive CSS and JS as described in the documentation?
https://datatables.net/extensions/responsive/
Kevin