angular-autoFields-bootstrap
angular-autoFields-bootstrap copied to clipboard
Grouping and Groupheaders
I'm planning to use autoFields for my admin-backend and CRUD funktionality. I have objects with subobjects such as Person1, Person2 and Address.
I would like to specify this in the schema and get a Person1 header and a styled group round all properties for Person1 to differ it from Person2 and so on.
Something like multiple, but be able to set a header and a class of the surrounding div.
Hey @AAronsson, are you using bootstrap? I actually made a convenient repeater type for autofields that uses bootstrap panels. You could probably modify it to make it just do panels for sub objects.