Yuri Leikind
Yuri Leikind
This is perfectly valid way to show/hide certain columns, but I am afraid you will have to store `@value` separately
I am not sure, I mean you will have to find a way to deal with it outside of the plugin, in your app. If I were you I would...
Well, are you willing to load the whole database into one HTML page? Ok, set per_page to 99999999999 items
This is a question about SQL, not WiceGrid. WiceGrid does not order records, the database does
This is definitely a TO DO for me
no not yet
@dominicsayers Code relevant for forming an ActiveRecord query is here https://github.com/leikind/wice_grid/blob/rails3/lib/wice_grid.rb#L249 and here https://github.com/leikind/wice_grid/blob/rails3/lib/wice_grid.rb#L303 Options are here: https://github.com/leikind/wice_grid/blob/rails3/lib/wice_grid.rb#L101 Documented here: https://github.com/leikind/wice_grid/blob/rails3/lib/wice/wice_grid_controller.rb#L22 Should you have more questions/info, I am ready to...
Do you think it will be a separate option? Or a default setting in the config... Or both?
agreed
`:total_entries` should be deleted, thank you for noticing this. It's a legacy option. Internal counting is not performed by `count` or `do_count`. It is Kaminari which does that