Hi,

Does the modules render all results in the view and uses jquery to do sort/pagination etc? I am wondering about the performance...

Thanks!

Comments

duellj’s picture

Status: Active » Closed (works as designed)

Currently the module loads all of the views results and then uses javascript to paginate it. I'm hoping I can get true AJAX support with views into the module soon, so you won't have to worry about performance with large data sets.

7wonders’s picture

Category: support » feature
Status: Closed (works as designed) » Active

Is this implemented? From what I can tell if using datatables pagination and views "display all results" its problematic on large data sets. But if using no datatables pagination and use views pagination instead there are no performance issues on large datasets BUT things like sorting, search etc dont work correctly as it only sorts the page in question etc.

I hope you dont mind if I change this to active feature request.

duellj’s picture

Status: Active » Closed (works as designed)

Unfortunately, the only way around not loading all of the table rows is implementing AJAX integration (See #1268446: Views & Ajax). Not much progress has been made there yet, but I'm working on it.