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 a8676de commit 241f749Copy full SHA for 241f749
composer.json
@@ -29,7 +29,7 @@
29
"php": ">=5.5.0",
30
"yiisoft/yii2": "~2.0.13",
31
"bower-asset/datatables": "~1.10.15",
32
- "bower-asset/datatables-plugins": "~1.10.15"
+ "bower-asset/datatables.net-bs4": "~1.10.15"
33
},
34
"autoload": {
35
"psr-4": {
src/assets/DataTableBootstrapAsset.php
@@ -12,7 +12,8 @@
12
13
class DataTableBootstrapAsset extends AssetBundle
14
{
15
- public $sourcePath = '@bower/datatables-plugins/integration/bootstrap/3';
+ # public $sourcePath = '@bower/datatables-plugins/integration/bootstrap/3';
16
+ public $sourcePath = '@bower/datatables.net-bs4';
17
18
public $depends = [
19
DataTableBaseAsset::class,
0 commit comments