yii2-grid
yii2-grid copied to clipboard
Enhanced GridView with various utilities for Yii Framework 2.0
## Prerequisites - [ x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [x] The issue still exists against the...
Hi, this is also happening on the demo page: https://demos.krajee.com/grid-demo If you for example sort by column, then a loading gif will be displayed. But this gif is not centered...
## Prerequisites - [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [x] The issue still exists against the latest...
## Prerequisites - [ X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [ X] The issue still exists against...
Dear all, Does DI work with kartik gridview like this? I've think the grid needs to be register first. Best, Toby ``` ` Yii::$container->set(kartik\grid\GridView::class, [ 'headerContainer' => null, 'tableOptions' =>...
PHP 8.1.13 Yii 2.0.47 Thanks for the package, this grid extension is greater. When I export the grid to txt, some currency columns are with some binary character where the...
Hi on Jquery and bootstrap new version if we clear toolbar in config: 'toolbar'=>[], we have error: jquery.js:4059 Uncaught TypeError: Cannot read properties of undefined (reading 'parentNode') at new hi...
## Prerequisites - [ x ] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [ x ] The issue still...
Not sure if you are aware how easy infinite scroll can replace paging in your grid view widget: ``` 'pager' => [ 'class' => \kop\y2sp\ScrollPager::className(), 'container' => '.grid-view', 'item' =>...
## Prerequisites - [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [x] The issue still exists against the latest...