We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to update the Markers over time? The getData(): array method returns different values at different time, But the Map Markers are not updated.
getData(): array
How can we literally update the Map markers?
protected static ?string $pollingInterval = null;
use InteractsWithPageTable;
#[On('updateWidgetMapData')]
$this->updateMapData();
$this->updatedFilter();
protected function getCachedData(): array
The text was updated successfully, but these errors were encountered:
This Issue is similar to that of the previous Issue #105, But there wasn't any updates.
Sorry, something went wrong.
No branches or pull requests
Question
How to update the Markers over time?
The
getData(): array
method returns different values at different time, But the Map Markers are not updated.Solutions Tried
protected static ?string $pollingInterval = null;
in the Widget.use InteractsWithPageTable;
#[On('updateWidgetMapData')]
$this->updateMapData();
and$this->updatedFilter();
protected function getCachedData(): array
and randomizing Checksum value.The text was updated successfully, but these errors were encountered: