i have a simple model with only 2 columns and would like output them in create and update form in 1 row... (not one under another)
Is it possible change layout for certain controller to output columns in horizontal order?
like subform can output when subform.layout = :horizontal
Column A Column B
Sure, you can either override partials for your controller or try to get that done by just changing css. I ve never tried so I m not sure which one is best approach.
i have a simple model with only 2 columns and would like output them in create and update form in 1 row... (not one under another) Is it possible change layout for certain controller to output columns in horizontal order?
like subform can output when subform.layout = :horizontal
Column A Column B