Skip to content

How to do auto refresh of table at fixed interval? #1484

Closed Answered by marineusde
jigapate asked this question in Q&A
Discussion options

You must be logged in to vote

I think I found the problem: you have to use the value of the attribute $tableName of your table-component-class in the dispatch:

$this->dispatch('pg:eventRefresh-futureDataTable');

you can set it up in your TableComponent:

public string $tableName = 'futureDataTable';

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@jigapate
Comment options

@marineusde
Comment options

@jigapate
Comment options

@marineusde
Comment options

Answer selected by jigapate
@jigapate
Comment options

@jigapate
Comment options

@marineusde
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants