jakezatecky / react-dual-listbox

A feature-rich dual listbox for React.
https://jakezatecky.github.io/react-dual-listbox/
MIT License
110 stars 58 forks source link

How can i render My own custom list? #141

Closed saileshkush95 closed 3 years ago

saileshkush95 commented 3 years ago

i've data in this format, now how can i render this data . Screenshot from 2021-04-11 21-00-48

jakezatecky commented 3 years ago

You can map the name field to label and you should be good to go. For customization rendering of the option component, see #38.