Skip to content

Commit bc8222d

Browse files
committed
Add main editor script and styles.
1 parent 86d2536 commit bc8222d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

editor-tutorial.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This tutorial requires https://yajrabox.com/docs/laravel-datatables/master/quick
99

1010
## Install DataTables Editor assets.
1111

12-
yarn add datatables.net-editor-bs4 datatables.net-select-bs4
12+
yarn add datatables.net-editor datatables.net-editor-bs4 datatables.net-select-bs4
1313

1414
## Editor License
1515

@@ -37,6 +37,11 @@ Copy and rename your `Editor.XX.zip` to `Editor.zip` and move it to project fold
3737
} catch (e) {}
3838

3939

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+
4045
## Recompile assets.
4146

4247
yarn

0 commit comments

Comments
 (0)