Skip to content

Commit 68e8f26

Browse files
committed
Include select extension.
1 parent c85df2d commit 68e8f26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

editor-tutorial.md

Lines changed: 2 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 datatables.net-editor-bs4
12+
yarn add datatables.net-editor-bs4 datatables.net-select-bs4
1313

1414
## Editor License
1515

@@ -32,6 +32,7 @@ Copy and rename your `Editor.XX.zip` to `Editor.zip` and move it to project fold
3232
require('bootstrap');
3333
require('datatables.net-bs4');
3434
require('datatables.net-buttons-bs4');
35+
require('datatables.net-select-bs4');
3536
require('datatables.net-editor-bs4');
3637
} catch (e) {}
3738

0 commit comments

Comments
 (0)