Ok, this is a bit asking before trying, apologies.

Is it possible to create a scroller that always displays the newest result, as they come in without page refresh?

I am thinking of creating a real-time 'latest sold products'.

Comments

alexmc’s picture

I have not seen a proper way of doing this - ie one which updates just the new records and not reloading the whole view. There aren't any options in this module to do what you ask.

However what you might try is to put this in a block and use AJAX to refresh that block. That would be the responsibility of something other than this module though. It would involve the browser reloading the whole view after a set time period... not great.

alexmc’s picture

PS This is roughly the same issue as http://drupal.org/node/1434880
There isn't an answer there either.

farald’s picture

Status: Active » Closed (works as designed)

Ok, thanks for the input!