angular-autoFields-bootstrap icon indicating copy to clipboard operation
angular-autoFields-bootstrap copied to clipboard

Grouping and Groupheaders

Open AAronsson opened this issue 9 years ago • 1 comments

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.

AAronsson avatar May 15 '16 10:05 AAronsson

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.

Check it out

JustMaier avatar Jun 05 '16 04:06 JustMaier