Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BS4 support #24

Open
code123xy opened this issue Aug 11, 2020 · 1 comment
Open

BS4 support #24

code123xy opened this issue Aug 11, 2020 · 1 comment

Comments

@code123xy
Copy link

code123xy commented Aug 11, 2020

There are issues with closing modal window if website is using Bootstrap 4, due code in Asset which is related only to BS3. Can it be changed to:

 public $depends = [
        'yii\web\JqueryAsset',
        'yii\jui\JuiAsset',
        'yii\bootstrap4\BootstrapAsset',
        'yii\bootstrap4\BootstrapPluginAsset',
    ];
@mkraibt
Copy link

mkraibt commented Jan 19, 2023

Same issue for BS5 as well. Sorting works excellent, it just the 'loading modal pop up and doesn't close itself'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants