Antonio Antillon

Results 18 comments of Antonio Antillon

The actual JS code needed to write is outside the scope of this gem, and you should reference the jQuery dataTables plugin documentation for this. I took a look at...

:smile: humbled you find extending this gem exciting! The idea behind replacing the old `searchable_columns, sortable_columns` methods with `view_columns` is this: - if you inspect the params hash passed into...

If it's of any help, [here's how sorting is handled](https://github.com/antillas21/ajax-datatables-rails/blob/v-0-4-0/lib/ajax-datatables-rails/orm/active_record.rb#L14-L20) in the `ActiveRecord` module. When a user selects several columns to sort by, this is what happens: - user clicks...

Found that you may use `includes`? See _Eager Loading_ section in this page: http://mongoid.org/en/mongoid/docs/querying.html#queries Not really sure if any of this helps.

Think this is related to PR https://github.com/pedroandrade/pushwoosh/pull/6 ... thoughts @pedroandrade ?

Hi @muzammalaslam , could you provide a little context regarding the reason behind this change?

Thanks for the clarification @muzammalaslam 😄 Does this look good to you @pedroandrade ?