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

Sorry my bad english. I need to transfer to the grid not all orders, but with a specific selection, for example: ` ->create(['query' => Orders::query()->whereNotNull('processed_at'), 'request' => $request])` If i...

How to set the default sorting?

When the filter is applied, the address for the browse button should look like `http://site.com/admin/city/edit/10?ref=city-grid` but instead it is formed like this `http://site.com/admin/city/edit?name=Boston&city=1&ref=city-grid`. At this route for removal it is...

*__()* is missing everywhere (pagination, filter placeholder, buttons labels and title, etc...) For example : ```'refresh table for ' . strtolower($this->name)``` should be ```__('refresh table for :name', ['name' => strtolower($this->name)])```

laravel : 5.7.2 php : 7.3 laravel-grid : ~2.0 hey guys, i add some columns with [Presenter ](https://github.com/leantony/laravel-grid/wiki/Customize-columns#presenter) its works fine in showing and filtering , but in exportin (any...

When date is null, it displays today's date instead of nothing.

If you are on page 2, you search using a filter. If you have only one result page, you will still be on page 2, with empty results...

I have two models Purchase and Car. I have created a grid for Purchase and pass the relation. How can I show the columns in Car. When I tried to...