Greetings,

[Hobo 2.1.1 with default Bootstrap 2.3.2 theme.]

I have a parent model (no user-editable fields) that has about 5-6 child 
models, the child model has about 4-5 short fields (a company name, two 
dates, a dollar amonut, an enum_string field).

The default edit form for the parent, with the input-many for the children 
is functionally complete, but it is quite wasteful of screen estate. On a 
full HD screen I can only see/edit maybe two child records.

What would be the best way to replace it with something, that looks like a 
table with columns titles for the fields of the child model, and rows for 
the child instances, with a UI element to delete children in the table 
already, as well as UI to enter new children? Preferrably without visible 
form reloading. Kinda akin to how input-many works, which is perfect for my 
purposes, aside from the screen estate issue.

I know <table> can use an in-place editor - but does it also offer 
functionality to add and remove children?

Or should this all be done with CSS? I don't have much CSS experience, but 
it kinda sounds to me like it might be possible that way?

What would be the best way?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to