Hello Kevin, if you want have a form in bottom index-page, you can add this in your controller
actions :all, :except => :new With this you can add new records directly in the index-page. If you also want have a form in last line of table-plus, you would have to do something as this: <table-plus><tfoot:><tr><td><my-form/></td></tr></tfoot:></table-plus> tag tfoot writes a row at the end of table and then you have to create a form with new action. Thanks, Regards Imanol El miércoles, 4 de septiembre de 2013 19:21:26 UTC+2, Kevin Brown escribió: > > I am wondering if there is a table-plus option to allow for in-place > adding of new records. In other words, the typical behavior has"New Foo" > on the index page where my table-plus is located, which then takes the user > to the "New" page for the object. I would like to be able to add a > record directly to the bottom row of table-plus, much the same way as the > in-place editors work for existing records. If anybody has a solution to > this or suggestions, let me know. > > Thanks! > - Kevin > > -- 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/groups/opt_out.
