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. - [ ] The issue still exists against the...
## 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...
## 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...
## Scope This pull request includes a - [x] Bug fix - [ ] New feature - [ ] Translation ## Changes fix: visibilitiWaitTimeout was missing options prefix ## Related...
## 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 - [ V ] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [ V ] The issue still...
Hi, I was looking for a solution where user can search desired data in grid view but without requesting to server, if data is already fetched from server.
When use `` `` Sort down icon not show correctly, recommend changing **fa-sort-amount-down-alt** to **fa-sort-amount-down** vendor/kartik-v/yii2-grid/src/GridViewTrait.php public static function getDefaultSorterIcons($notBs3) { if ($notBs3) { return [ SORT_ASC => '', SORT_DESC...
I have added Datepicker using your widget ```kartik\date\DatePicker``` on Gridview's ```pjaxOptions -> beforeGrid```. On the first load, this widget works properly. but if I want to filter or change the...