jakezatecky / react-dual-listbox

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

Virtualization option #137

Open VishnuvardhanReddyCv opened 3 years ago

VishnuvardhanReddyCv commented 3 years ago

Need a feature to customize the option rendering. I'm currently unable to style the option element as per my requirements. Also, If there are a large number of options, it's better to have virtualization.

jakezatecky commented 3 years ago

Custom rendering is discussed #38. It would require emulating the <select>/<optgroup> functionality. This is not ideal, given that the component piggy-backs off of the native HTML components.

I will rename this issue and tag it for the virtualization enhancement, but no ETA on when this would be added.

jose-valero commented 2 years ago

we don't have virtualization yet?