How to remove Bootstrap 3 and install Bootstrap 4 in the yii2 basic template?
This tutorial explains how to remove bootstrap3 from the yii2 application and install bootstrap4.
This tutorial explains how to remove bootstrap3 from the yii2 application and install bootstrap4.
Implement drag and drop reordering of the table rows using jQuery UI sortable and save their updated positions to the database using AJAX.
Yii2 provides registerJsFile() function to add an external JavaScript file directly to the view.