-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
display dynamic name on list? #27
Comments
@youyi1314 You want the itemName (v) {
const { nameKey } = this
+ if (typeof nameKey === 'function') {
+ nameKey = nameKey()
+ }
return nameKey ? v[nameKey] : v
}, No problem but I still don't understand well your use case, lol.. |
@fritx Thanks for your reply
|
I found what i actually need #16 |
@youyi1314 awesome! that would be published soon |
At title,
i got this data
here is my template
when i use "@" it will show the text below:
wish you can understand what i mean.
Thanks
The text was updated successfully, but these errors were encountered: