We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d2536 commit bc8222dCopy full SHA for bc8222d
editor-tutorial.md
@@ -9,7 +9,7 @@ This tutorial requires https://yajrabox.com/docs/laravel-datatables/master/quick
9
10
## Install DataTables Editor assets.
11
12
- yarn add datatables.net-editor-bs4 datatables.net-select-bs4
+ yarn add datatables.net-editor datatables.net-editor-bs4 datatables.net-select-bs4
13
14
## Editor License
15
@@ -37,6 +37,11 @@ Copy and rename your `Editor.XX.zip` to `Editor.zip` and move it to project fold
37
} catch (e) {}
38
39
40
+## Add editor styles on `resources/scss/app.scss`.
41
+
42
+ @import "~datatables.net-select-bs4/css/select.bootstrap4.css";
43
+ @import "~datatables.net-editor-bs4/css/editor.bootstrap4.css";
44
45
## Recompile assets.
46
47
yarn
0 commit comments