NullRefExcep / yii2-datatables

Yii2 Widget for DataTables jQuery plug-in
http://www.datatables.net/
MIT License
72 stars 46 forks source link

Add bootstrap 4 support #66

Closed Radon8472 closed 2 years ago

Radon8472 commented 2 years ago

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 line

$this->depends[] = 'yii\bootstrap\BootstrapAsset';

with

$this->depends[] = 'yii\bootstrap4\BootstrapAsset';

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:

ZAYEC77 commented 2 years ago

I'm not sure that we have free cycles for this right now @Radon8472 feel free to create PR 🙏

Radon8472 commented 2 years ago

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

Radon8472 commented 2 years ago

@ZAYEC77 Pull Request is created see #67