Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 7eb468d

Browse files
responsive installation correction
1 parent a85ba5c commit 7eb468d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo/src/assets/docs/extensions/responsive/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ You need to install its dependencies:
44

55
```bash
66
# JS file
7-
npm install datatables.net-colreorder --save
7+
npm install datatables.net-responsive --save
88
# CSS file
9-
npm install datatables.net-colreorder-dt --save
9+
npm install datatables.net-responsive-dt --save
1010
```
1111
##### angular.json
1212

@@ -21,11 +21,11 @@ Add the dependencies in the scripts and styles attributes:
2121
"options": {
2222
"styles": [
2323
...
24-
"node_modules/datatables.net-colreorder-dt/css/colReorder.dataTables.css"
24+
"node_modules/datatables.net-responsive-dt/css/responsive.dataTables.css"
2525
],
2626
"scripts": [
2727
...
28-
"node_modules/datatables.net-colreorder/js/dataTables.colReorder.js"
28+
"node_modules/datatables.net-responsive/js/dataTables.responsive.js"
2929
],
3030
...
3131
}

0 commit comments

Comments
 (0)