Responsive not working
Responsive not working
oms
Posts: 3Questions: 0Answers: 0
https://stackblitz.com/edit/responsive-angular-datatables
No Error:
Responsive not working:
This discussion has been closed.
Replies
Looks like you might need to add the responsive extension to your package.json:
You have included colreorder but not responsive. I might have missed the inclusion though as I'm not familiar with Angular.
Kevin
https://l-lin.github.io/angular-datatables/#/extensions/responsive
In the above URL, there is no responsive extension required for pacakge.json
@kthorngren
We just need to set true "responsive"
And the Responsive extension CSS and JS need to be downloaded and installed. Checkout the Download builder.
Kevin