Replies: 1 comment
-
You can connect and use your own javascript. For example setTimeout(function () {
Turbo.visit(window.location.toString(), {action: 'replace'});
}, 5000); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, is there a way to have a screen (or part of it like Query) to be refreshed every n seconds? Or even in realtime using WS?
Beta Was this translation helpful? Give feedback.
All reactions