datagrid icon indicating copy to clipboard operation
datagrid copied to clipboard

:muscle: DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc

Results 163 datagrid issues
Sort by recently updated
recently updated
newest added

The reset column filter functionality is broken, when the datagrid component is nested inside another component. Just to be clear, it is the X link in the table heading (screen...

``` Error Cannot use object of type Nextras\Dbal\Result\Row as array ``` ![screencapture-mrhoreca-localhost-8828-locale-translator-my-category-type-2020-09-02-19_04_42](https://user-images.githubusercontent.com/6931349/92014233-3247ff80-ed4f-11ea-86a0-96e401b19585.png)

Dispatch event after all checkboxes are checked

Hi, I found the bug in **Nette\Database\Table** data source when using **GROUP BY with multiple columns**. Here is example of SQL queries. Query for the datagrid with **703 total rows**....

Add confirmation for group actions. What do you think ? @paveljanda , @f3l1x

Hi it is possible get name(column) from referenced table, where is double referenced column ? In this example datagrid returns only one name and fill it to both column (places...

Hi, i'm trying to set through column for addColumnText. I wrote QueueGrid and I need get column with environment name. My code: ` $grid->addColumnText('environment_id', 'Environment', 'file.environment.name')->setFilterText('file.environment.name'); ` I'm getting this...

Nette\Forms\Container::getValues() invoked but the form is not valid. Same warning after filtering with or without pagination https://github.com/contributte/datagrid/issues/961 datagrid 6.9.0, nette/forms 3.1.3

Although `NextrasDatasource` accepts `ICollection` in constructor, comparisons for Nextras\Orm v4 added in #920 and #937 take into account only `DbalCollection`. One would expect `ICollection` implementations usable.

Hi, would it be possible to add an input to pagination (input type of text, maybe select), in which the page number would be entered and after confirmation by the...