jgarfield:
I’m having a difficult time getting any sort of responsive form creation to work.If I try and make a 12grid I can get about as far as putting the Container on the form (sometimes), but I don’t think I ever successfully get a row on the page (I see an outline for it at first, but then it goes away if I try and place a column in it)
Are there any sample solutions or documentation I’m missing?
You have to place a container component on the form first thing. If you don’t, delete the form and start over. Place rows inside of the container, and columns inside of rows — and then finally various bootstrap CRUD components inside of columns.
That much works. Tab panel functionality is kinda sketched in. No grids of any sort yet.