contributte / datagrid

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

Add onColumnShow and onColumnHide event methods #1076

Closed jiriermis closed 1 year ago

jiriermis commented 1 year ago

adding methods when showing and hiding a column

radimvaculik commented 1 year ago

@jiriermis Hi, could you change the base branch to next please? What about the handleShowAllColumns and handleShowDefaultColumns support?

radimvaculik commented 1 year ago

@jiriermis Could you introduce some tests? Thanks.

jiriermis commented 1 year ago

@radimvaculik Added onShowDefaultColumns and onShowAllColumns methods

radimvaculik commented 1 year ago

@jiriermis Thanks. Could you introduce some tests, please?