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.
Learn how to implement custom form inputs.
We can set a custom php view file to render as view for a column in gridview.
We can configure the ListView widget to render our own custom View from a php file. Documentation Link.
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.