Closed Radon8472 closed 2 years ago
I'm not sure that we have free cycles for this right now @Radon8472 feel free to create PR 🙏
I'm not sure that we have free cycles for this right now @Radon8472 feel free to create PR 🙏
I already tested some possible solutions, I try to create a PR over the next weekend
@ZAYEC77 Pull Request is created see #67
Current Yii2 template uses bootstrap4 and so you get the error
Failed to instantiate component or class "yii\bootstrap\BootstrapAsset"
.You can change this in
DataTableBootstrapAsset.php
when you replace the linewith
Unfortunalle there is no bootstrap 4 in
@bower/datatables-plugins/integration/bootstrap
and I the source repo of bower-asset/datatables-plugins seems to be removed or switched to private.You should:
DataTableBootstrapAsset
that checks if the current yii uses bootstrap4 or older and depending on the result choose from wich namespace "BootstrapAsset" dependecy is set