Responsive not Working

Responsive not Working

ITPITP Posts: 8Questions: 3Answers: 0

All-

I have my tables working but want to use responsive to create the child rows. I have the responsive code in my concatenated files and have the responsive : true after my Ajax call, my data comes in but it won't use responsive. Everything else is still working, my search, pagination, etc. I've already tried reordering my javascript sources just in case and I tried switching to the CDNs too. I can't figure out why it won't work. Please help?

$(document).ready(function () { $('#example').DataTable({ "ajax": "data/arrays.txt", responsive: true, }); });

Answers

This discussion has been closed.