This idea stems from the conversation/analysis at https://community.skuid.com/t/columnset-rendering-issues-as-of-8-15-1-which-contained-sku…
Field Editors currently are “hardcoded” to a 40%/60% split of the label/value columns. This presents several issues including primarily that it is difficult (nearly impossible) to provide a fully responsive layout of the label & value columns. The percentages can be overridden with CSS rules but given the way the HTML is emitted, you’re forced to having “fixed” widths using % or pixels, etc.
Would like to see Field Editors enhanced to support full Responsive capabilities. This could be accomplished in the following manner:
1) Expose a property for label column and value column
2) For each property, provide a “Fixed Width”, “Fit to Content” and “Flexible Width” option
3) Default the Label column to fixed 40% and Value column to fixed 60% for backwards compat
The behavior would behave the same way that a Responsive Grid with two columns would behave.
Thanks!
Add support for Responsive Layout to Field Editor
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.