Responsive DataTable with Bootstrap3
Responsive DataTable with Bootstrap3
Hi
I am trying to use responsive extension for Datatable along with bootstrap 3. but my data is being populated through Serverside ajax. Everything is was working perfectly until I tried to make it responsive. now I have few problems.
1. fnDrawCallback is not firing (sometimes)
2. Bootstrap Styling is not appearing
3. Responsive feature is not working.
4. getting an error on the page where there is no datatable saying Uncaught Error: Cannot read property 'default of undefined and was pointing to $.extend(true, DataTable.defaults, { at datatable.bootstrap.js
I tried to follow the steps provided in http://datatables.net/extensions/responsive/examples/styling/bootstrap.html
Thank you in advance
Answers
Please link to a test case showing the issue, as noted in the forum rules.
Allan
Hi Allan
Thank you for your prompt reply. After a bit more investigation I found the solutions.
Steps to resolve the issues were:
Thank you once again.