Want to navigate through the grids or trying to sort and filter data without waiting for the entire page to load? You need yii\widgets\Pjax and wrap it around GridView. In the view: …
Export is not available from the built-in GridView widget. However there’s an enhanced GridView widget that include this functionality, along with many other features missing from the built in widget. …
I have used quite a number of CSS Frameworks after discovering their existence. Using CSS framework makes front-end web development more efficient. If you don’t already know, a CSS Framework is a …
Instead of going to a different page to view detail from a grid row, I’d like to show detail from pop-in / dialog box within the same page. This article …