File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ See [DataTables Editor](https://editor.datatables.net/purchase/index) for detail
77
88This tutorial requires https://yajrabox.com/docs/laravel-datatables/10.0/quick-starter .
99
10- ## Install DataTables Editor assets.
11-
12- ``` sh
13- npm i datatables.net-editor datatables.net-editor-bs5
14- ```
15-
1610## Editor License
1711
1812Copy and rename your ` Editor.XX.zip ` to ` Editor.zip ` and move it to project folder.
@@ -27,6 +21,12 @@ Copy and rename your `Editor.XX.zip` to `Editor.zip` and move it to project fold
2721 },
2822```
2923
24+ ## Install DataTables Editor assets.
25+
26+ ``` sh
27+ npm i datatables.net-editor datatables.net-editor-bs5
28+ ```
29+
3030## Register editor script on ` resources/js/app.js `
3131
3232``` js
You can’t perform that action at this time.
0 commit comments