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

add missing support for the :group ar_options #179

Closed kabturek closed 9 years ago

kabturek commented 9 years ago

fixes #170 when showing pagination - all records we have to use the length method so that we get the size of the array ( for group we would get a hash with grouped counts)

leikind commented 9 years ago

Thanks!

leikind commented 9 years ago

in 3.4.10