I'm trying to use this Filter with a json column using MySQL 5.7 features. I do not know beforehand which attributes are going to be present. So I'd rather have:
- input (column)
- select (operator)
- input (value)
instead of:
- select (column)
- select (operator)
- input (value)
I managed to change that behavior simply editing the vendor folder, but I don't know how to manage that kind of override from userland in Laravel Nova.
Is there any way to override a filter Vue template?
And, also, will you be willing to merge a PR that introduced a feature like this?
I'm trying to use this Filter with a
jsoncolumn using MySQL 5.7 features. I do not know beforehand which attributes are going to be present. So I'd rather have:instead of:
I managed to change that behavior simply editing the vendor folder, but I don't know how to manage that kind of override from userland in Laravel Nova.
Is there any way to override a filter Vue template?
And, also, will you be willing to merge a PR that introduced a feature like this?