WhGridView widget doesn't work. Solution!
Closed this issue · 2 comments
andrey-bahrachev commented
Currently WhGridView widget doesn't work. It tries to include TbHtml.php file from wrong location.
In the beginning of "yiiwheels.widgets.grid.WhGridView" file this line
...
Yii::import('bootstrap.widgets.TbHtml');
...
must be changed to this
...
Yii::import('bootstrap.helpers.TbHtml');
...
mirjalal commented
I also encountered with the same problem. just copy TbHtml.php from original path to error displayed path.
tonydspaniard commented
Please, use the master version. Will tag for new version when I test the library through: https://github.com/2amigos/yiiwheels/blob/master/widgets/grid/WhGridView.php#L19