benhill

Results 4 comments of benhill

Any thoughts here? I can't seem to get any results grouped by queries. Even using the examples in the documentation.

Yeah, i get that. When I implement custom ordering like so: ``` @users_grid = initialize_grid(users, :order => 'id', :order_direction => 'desc', :per_page => 80, :custom_order => { 'users.last_login' => 'users.last_login...

Thanks, man. Appreciate the responses. Great gem.