Replies: 1 comment
-
You can "update to real-time" in your callback function or event listener which are triggered after the user makes their selection. The name of the predefined range clicked is passed to your callback, so you can check that to know if you need to update the times. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there a way to update the predefined ranges on open? Understood this would not be a "predefined" range as such, but a range like "Last Minute" but would need the minute to be updated to real-time and not be the minute when the page loaded.
Example:
Page load - 2025-04-11 15:00 - predefined range "last minute" start - 2025-04-11 14:59 and end 2025-04-11 15:00
User clicks 10 minutes later - expected the range "last minute" start - 2025-04-11 15:09 and end 2025-04-11 15:10
Thank you
Beta Was this translation helpful? Give feedback.
All reactions