Table Filter Custom Option Html
Hi all,
In my resource $table, I want to have custom html in one of my select filters.
But Im getting raw HTML as result.
In my resource $table, I want to have custom html in one of my select filters.
But Im getting raw HTML as result.

Solution
GitHub
Description
The SelectFilter didn't support the ->allowHtml() method, even though the Select:: form component does. This PR fixes that issue.
Visual changes
Functional changes
Co...
The SelectFilter didn't support the ->allowHtml() method, even though the Select:: form component does. This PR fixes that issue.
Visual changes
Functional changes
Co...