You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of Bootstrap grid layout into a custom field
Hey, I've been looking at this library today, but really wanted to be able to control the grid layout of Schema, independent of how it's sent. (Basically the backend will send the schema independent of order, rows and columns) I came up with this, which works. Just wondering if there is a cleaner way I'm missing or if I'm on the right track. Thanks for the help!
Description
Implementation of Bootstrap grid layout into a custom field
Hey, I've been looking at this library today, but really wanted to be able to control the grid layout of Schema, independent of how it's sent. (Basically the backend will send the schema independent of order, rows and columns) I came up with this, which works. Just wondering if there is a cleaner way I'm missing or if I'm on the right track. Thanks for the help!
Sorry, I couldn't get it working on jsFiddle but the end result works. I get 2 rows, with split columns.
Basically I just extend ObjectField, and add the data to split up based on the ordering info.
Any other suggestions are welcome.
The text was updated successfully, but these errors were encountered: