Closed (works as designed)
Project:
Views Ticker
Version:
7.x-2.0
Component:
Documentation
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2012 at 09:39 UTC
Updated:
10 Mar 2012 at 00:50 UTC
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
Comment #1
alexmc commentedI 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.
Comment #2
alexmc commentedPS This is roughly the same issue as http://drupal.org/node/1434880
There isn't an answer there either.
Comment #3
farald commentedOk, thanks for the input!