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
I have a chart widget on a custom dashboard page with form filters but $this->filters returns null
class SalesChart extends ApexChartWidget { use InteractsWithPageFilters; protected static ?string $chartId = 'salesChart'; protected static ?string $pollingInterval = null; public ?Model $record = null; protected function getOptions(): array { dd($this->filters); } }
Originally posted by @Hafdoune in #106
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a chart widget on a custom dashboard page with form filters but $this->filters returns null
Originally posted by @Hafdoune in #106
The text was updated successfully, but these errors were encountered: