Hi team, I have done quite a bit of searching and it looks like this is still an open problem with many interested users.
Is there a straightforward way to add a column of checkboxes to the List view and then execute a table-style action link on only those rows where the box is checked? A simple example is deleting a large number of rows at once. Select a bunch of rows, click "delete" once and confirm only once, and you're done. Another example is generating a report using multiple line items. As others have said previously, one could add a new boolean field to the db schema, use inplace_edit, and reset that field after the action link is complete. I think that will work, but it doesn't seem like the simplest answer. Any other thoughts? Jeff -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
