Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh table #235

Open
craftzneko opened this issue Jan 27, 2025 · 1 comment
Open

Refresh table #235

craftzneko opened this issue Jan 27, 2025 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@craftzneko
Copy link

Just wondering if there is a solution to an issue have with a multi panel dashboard containing a Business form and a business table panel. I have disabled dashboard refresh as that causes the form to reset every time the panel refresh's. The Form panel when submitted sends an api request that does some work and then updates a postgres table and that is displayed in the table panel, the problem is the table never refresh's now unless you manually refresh the dashboard. Is there a way to either trigger the table to refresh periodically or another solution?

@vitPinchuk vitPinchuk self-assigned this Feb 6, 2025
@vitPinchuk vitPinchuk added the question Further information is requested label Feb 6, 2025
@vitPinchuk
Copy link
Contributor

@craftzneko Thank you for your question

It would be helpful if you provide an example.

Here is my configuration. Table Panel and Form panel.

Image

Form panel I use to change the name for device 1.

UPDATE
  devices
SET
  name = '${payload.name}'
WHERE
  id = 1

At the moment I see that changes in the form panel triggered the Table panel as well.

21.02.2025.13.16.46.webm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Status: No status
Development

No branches or pull requests

2 participants