Allow EntityLists without ColumnGroup selection and only fixed columns #559
Labels
Type: Improvement
Improvement/Extension of existing feature with benefit for the user
Milestone
Currently, the generic EntityListComponent requires to set a
columnGroup
config in the config-fix.json and always displays a toggle button group to select different column groups. For more simple use cases I want to display the list with just a fixed set of columns and not show any selection to the user.Suggestion:
make the
columnGroup
object in the config completely optional. If it doesn't exist, just display all defined columns and hide the column group selection UI.The text was updated successfully, but these errors were encountered: