nova-column-filter icon indicating copy to clipboard operation
nova-column-filter copied to clipboard

Column as text input

Open fedeisas opened this issue 6 years ago • 2 comments

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?

fedeisas avatar Jan 29 '19 02:01 fedeisas

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 avatar Feb 11 '19 14:02 philperusse

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

image

fedeisas avatar Mar 24 '19 04:03 fedeisas