laravel-grid icon indicating copy to clipboard operation
laravel-grid copied to clipboard

A grid view for laravel, inspired by the yii2 grid widget

Results 46 laravel-grid issues
Sort by recently updated
recently updated
newest added

``` public function getGridToolbarSize(): array { if ($this->toolbarSize === null) { $this->toolbarSize = config('grid.toolbar_size', [6, 6]); } return $this->toolbarSize; } ``` Quick solution, but ugly : ``` public function getGridToolbarSize():...

enhancement

Hi, I am trying to remove search panel from the grid. I have found the function withoutSearchForm() in RendersGrid.php. This function seems to be used in one of the tests...

bug

My "regions" table has 10 columns, but not all columns are visible in grid (only 6 are visible, all data is visible on clicking view button of particular row). But,...

question

I think the title is explicit enough, tell me if you want precision.

new feature

Ok, that's a BIG thing to do, but... Possible Functionnalities : - Choose columns to display/hide - Choose columns sort order - Display, with tabs for example, profiles (set of...

new feature

Bumps [qs](https://github.com/ljharb/qs) from 6.3.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies
javascript