Skip to content

How to use renderitem? #381

Answered by yaderick
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

const memberName = document.createElement('span');
memberName.style.color = '#fff';
memberName.textContent = item.value;
return memberName

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by csculley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #53 on May 10, 2024 21:09.