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

Exibição em formato de tabela #192

Closed RamiroAlves closed 1 year ago

RamiroAlves commented 2 years ago

Algo que seria interessante era a exibição em formato de tabela, algo parecido com a imagem abaixo:

Captura de Tela 2022-06-08 às 09 54 23

jakezatecky commented 1 year ago

This would require a more complex render system or allow user-defined renderers for the selection box. This library makes many assumptions by letting the HTML <select> element do the heavy-lifting. Possible, but unlikely to be added.

jakezatecky commented 1 year ago

Going to close this as a duplicate of #38, as this would best be done in userland provided that #38 ever landed.