l-lin / angular-datatables

DataTables with Angular
https://l-lin.github.io/angular-datatables/
MIT License
1.57k stars 486 forks source link

Responsive extension has wrong npm commands #1670

Closed VilauGC closed 2 years ago

VilauGC commented 2 years ago

:beetle: bug report

In the official website the dependencies for Responsive Extension are the ones for ColReorder extension. They should be replaced with: // js npm install datatables.net-responsive -save // CSS npm install datatables.net-responsive-dt -save

and afterward, also replace the screenshots of angular.json to include the following: node_modules/datatables.net-responsive-dt/css/responsive.dataTables.min.css for styles and, node_modules/datatables.net-responsive/js/dataTables.responsive.min.js for scripts.

I hope this will help!

shanmukhateja commented 2 years ago

Hi,

Thank you for reporting this.

A PR is always welcome 😊

VilauGC commented 2 years ago

You're welcome! Keep up the good work.