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

Prosím šlo by přidat do hlavičky tabulky class, zatím je jen u akcí (row-group-actions), šlo by přidat i u textů a taky při filtrování? Děkuji

Hello I use setSortableCallback on more columns, but only setSortableCallback was called. Grid show sort on more columns but, only is present in ORDER BY ``` $grid->setMultiSortEnabled(true); $grid->setDefaultSort([ 'ROK'=> 'ASC',...

Hi, could be changed behavior in filterText to filtering with quotation marks? Google like, for example: "not splitted search" and next splitted words Because simple split by spacing is not...

`OnRedraw` defined in datagrid component is executed **before** datagrid itself was redrawed. Is there any option to redraw this snippet after datagrid was redrawed? ``` $grid->onRedraw[] = function () use...

Because `$.nette.ext('datagrid.reset-filter-by-column'` works with name, but if component is under other component - link to reset column doesnt work. For example, i have component **test** and **grid** under test component....

Hi @paveljanda, @f3l1x I have one question, I'm using DataGrid with Doctrine and in one specific case, can not use QueryBuilder and I'm sending data to DataGrid like bellow ```...

Hello, i have custom export callback and i want to export as is data from datagrid. When i am using custom export callback i am able get data as is...

Please add support of custom (etc. bootstrap) datetimepicker (date and datetime) in column edit.

https://github.com/contributte/datagrid/blob/0544292cefbb11fe8077d5e9e8d65a77d151dd61/src/DataGrid.php#L3521 It can be fixed with `"DataGrid is attached to: '" . $parent ? get_class($parent) : 'null'. "', but instance of PresenterComponent is needed."`

Suggestion - colspan for header or body