philperusse / nova-column-filter

A Laravel Nova column queryer filter
MIT License
39 stars 12 forks source link

Column as text input #6

Open fedeisas opened 5 years ago

fedeisas commented 5 years ago

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:

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?

philperusse commented 5 years ago

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.

fedeisas commented 5 years ago

@philperusse I just updated my comment. My idea is something like this:

image