You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another solution would be to change 'dist/gridstack.js' to 'dist/gridstack.all.js'. This will result in the following code:
public $js = [
'dist/gridstack.all.js',
];
The jQueryUI functions are not working because the gridstack.jQueryUI.js file is not loaded.
Change the js variable to the following to rectify the issue.
The text was updated successfully, but these errors were encountered: