nova-column-filter
nova-column-filter copied to clipboard
Column as text input
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?
Hi, am I missing something or your two lists are the same? I would be willing to accept a PR if it's not a breaking change or tag a future release if so.
@philperusse I just updated my comment. My idea is something like this: