Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
For the most part QuickBase is designed to reload pages to display new data and not as a single page application which refreshes data through background AJAX calls. However, there are libraries and techniques that are widely available that would allow you to create the feature your describe but you would have to write and splice the relevant code into the QuickBase page yourself using an injection technique.
PaulTrimor
8 years agoQrew Cadet
Thanks you.