read tablefilters inside a column
i need to read tableFilters inside a column component
8 Replies
Can you share a bit more context? What have you tried already?
I have a table containing the questions, so I created a custom column chart , the table filter shows me which rows of the questions.. but I also want to filter date from and date to ...
Can you share a screenshot?
it's a table, but instead of the usual rows there are graphs for each question, derived from its answers.
there is a first filter that lets me choose the working questionnaire
then there are the date_from and date_to filters which currently don't work
You guys working together? lol
yes
any suggestion ?
In your custom column class, you can access the Page component like this:
If you need it in the Blade view, I think
$this->tableFilters