Wiki articles in category Tips tagged with "gridview"

Showing 1-5 of 5 items.

GridView show sum of columns in footer.

Created 3 years ago by shiv shiv.

GridView show sum of columns in footer `PHP use yii\grid\DataColumn;

2 0
1 follower
Viewed: 125 041 times
Version: 2.0
Category: Tips

Yii2 Report Grid

Created 8 years ago by Chris Backhouse Chris Backhouse, updated 8 years ago by Chris Backhouse Chris Backhouse.

There are some very advanced grids in the Yii2 community, specifically Kartik's amazing gridview extensions but they all designed for interactive screen use.

6 0
7 followers
Viewed: 39 527 times
Version: 2.0
Category: Tips

How to change GridView delete confirmation message for specific controllers only?

Created 10 years ago by AlaFalaki AlaFalaki, updated 10 years ago by AlaFalaki AlaFalaki.

Hello,
If you want to give extra attention for some specific delete actions and you don't want to override whole yii.confirm JS method here is what you can do:
(I've only put the ActionColumn part of the GridView here to just give you the idea)

3 0
4 followers
Viewed: 49 567 times
Version: 2.0
Category: Tips

Step by step for how to full export Yii2 grid to excel

Created 11 years ago by Scott_Huang Scott_Huang, updated 11 years ago by Scott_Huang Scott_Huang.

We will leverage Yii2-excelview widget. So, first of all is install Yii2-excelview:

1 0
4 followers
Viewed: 81 147 times
Version: 2.0
Category: Tips

An easy way to use escopes and CActiveDataProvider

Created 15 years ago by Rafael Garcia Rafael Garcia, updated 15 years ago by Rafael Garcia Rafael Garcia.

Often used scopes to define criteria in our models. This is a very useful feature as it ensures that in any part of application applying the criteria defined by the scope when called it.

1 1
10 followers
Viewed: 39 855 times
Version: 1.1
Category: Tips