fsi-open / datagrid-bundle

Main purpose of this bundle is to register FSi DataGrid Component service and twig datagrid rendering functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a custom collection form type for editable cells

szymach opened this issue · comments

This way we can remove the collection buttons from it's block.

can't we just check if form type is collection and display or not those buttons?

It is always collection type. Using a different form type for editable cells prevents us from accidentally breaking something in the default collection type block.

Why even this button is there? Form type is always a collection in order to support multiple editable fields for the same column. Maybe removing that button at all is a solution?

OK turns out it they are only added in admin-bundle, so this issue is redundant.