You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I add a filter of type 'select' for the function-field?
How can I format the function-field to show as: function.join(', ')? (I can do it with a body-prop, but then I don't know what to add for the select-column as my table is selection="multiple"
Other than that, it has been great. Much easier than usin QTable directly
The text was updated successfully, but these errors were encountered:
Hi,
I have records for members, where I have a field, which is an array of tags, e.g., ['coach','player'].
Somethings like this:
Now, I have 2 problems:
Other than that, it has been great. Much easier than usin QTable directly
The text was updated successfully, but these errors were encountered: