Grids icon indicating copy to clipboard operation
Grids copied to clipboard

Grids framework for Laravel

Results 52 Grids issues
Sort by recently updated
recently updated
newest added

I use this to create this columns `$grid->addColumn("status")->setSelectFilter($this->getTicketStatusOptions());`

Sort remembers path with parameter, problem is page anf filter

Hi, I am using Laravel 8 and PHP 8 "maatwebsite/excel": "^3.1", Excle export is not working Call to undefined method Maatwebsite\Excel\Excel::create()

I have tried adding totalrows to get the sum/count of all rows for selected columns, and it works fine. However what if i want the sum of every 5 rows...

I created my first grid using your "Example 4" as a guide. (very easy, by the way! Thanks!). My text filter boxes, column hider, Excel Export button, and green "circle...

Hey men, I'm trying to improve the way that the dateRangePicker is working. At the moment, you have to select the date range, then clic again on the filter, to...

**Hi , Can you please provide an example to filter function as well as setting components as per the latest way , Grids::make([ 'src' => Contract::join('products', 'products.id', '=', 'contracts.product_id') ->join('vendors',...

Hi. I am getting the error bellow when using `TotalsRow` just like in your [example4](https://github.com/Nayjest/grids-demo/blob/master/app/Http/Controllers/DemoController.php#L207). ``` Symfony\Component\Debug\Exception\FatalThrowableError thrown with message "Type error: Argument 1 passed to Nayjest\Grids\Components\TotalsRow::Nayjest\Grids\Components\{closure}() must be an...