pratik227 / quasar-qgrid

QGrid is a Quasar App Extension. It allows you to filter data for each column, Drag and Drop Rows and also allows you to filter data using header filters.
https://next-quasar-qgrid.netlify.app/
MIT License
112 stars 92 forks source link

How to add a header filter for a field, which is an array #106

Open MartijnKuipers opened 1 year ago

MartijnKuipers commented 1 year ago

Hi,

I have records for members, where I have a field, which is an array of tags, e.g., ['coach','player']. Somethings like this:

columns: [
    { name: "name", label: "name", field: "name" },
    { name: "function", label: "function", field: "function" }
]

Now, I have 2 problems:

Other than that, it has been great. Much easier than usin QTable directly

pratik227 commented 1 year ago

Hi @MartijnKuipers,

For now there is not option for this.

I will check If I can do this.

Thanks, Pratik Patel