contributte / datagrid

:muscle: DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
https://contributte.org/packages/contributte/datagrid/
MIT License
288 stars 193 forks source link

ColumnsSummary->setPositionTop() #673

Closed romanmatyus closed 6 years ago

romanmatyus commented 6 years ago

Please, it's a chance that it will be merged PR for this feature?

$datagrid->setColumnsSummary()
    ->setPositionTop(); // Or take it down again: ::setPositionTop(FALSE)

Thanks

paveljanda commented 6 years ago

@romanmatyus Is there any PR for that feature?

romanmatyus commented 6 years ago

@paveljanda No, the question is whether it makes sense to do it :)

paveljanda commented 6 years ago

I guess it does. What do you think @f3l1x?

f3l1x commented 6 years ago

I like it. PR is welcomed ;-)

vladimirbiro commented 6 years ago

$datagrid->setColumnsSummary()->setPositionTop() is ready in PR :)

romanmatyus commented 6 years ago

Closed with https://github.com/contributte/datagrid/pull/682.

Thx for merge