leikind / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
MIT License
537 stars 213 forks source link

Action column form submit #137

Closed MirkoMignini closed 10 years ago

MirkoMignini commented 10 years ago

Hello, in action column sample http://wicegrid.herokuapp.com/action_column when a click on process tasks, and there are orders, every order is reset to default after submit, is this behaviour by design? There is a way to avoid this? Thanks

MirkoMignini commented 10 years ago

I think that I found the problem: dump_filter_parameters_as_hidden_fields must be placed inside the form. In the example is placed outside the form so when I submit hidden fields are lost.