Open
Description
Let's consider the following form:
It would be great to be able to align several fields on the same row:
It may be done introducing a new nga.row
function. We may then add fields to it, and templates would render it in a single div.row
element, with each size automatically computed (3 elements, 12 columns => div.col-md-4
) unless specified.
What do you think of it?
We can already do it using custom template
, but it requires to create new templating-purposed only directive to embed several fields. Pretty cumbersome and not optimal IMO.