How to set a specific refresh time when using $this->setRefreshMethod('refresh') #1269
Replies: 1 comment
-
So you need to multiply the seconds by 1000, but your configure() method in your Table Component should contain something like the below:
What exactly are you trying to process, as there may (will probably) be a much easier/more efficient solution, and there are a variety of options available to push/pull data between different components etc. |
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.
-
I am trying to process certain information when the table polls, so I need to use a custom method when it refreshes. However, I am unable to set the frequency at which the table updates, and it defaults to 2 seconds, which can overload the server. I would appreciate your help if it's possible to use setRefreshMethod and set a specific refresh time. I have tried reading various forums and the documentation, but I haven't found any answers.
Beta Was this translation helpful? Give feedback.
All reactions