leikind / wice_grid

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

Use html options for th in every case. #177

Closed Flixt closed 9 years ago

Flixt commented 9 years ago

For the case

if reuse_last_column_for_filter_buttons && last
...

the options are not passed to the content_tag call

leikind commented 9 years ago

Thanks a lot!