jakezatecky/react-dual-listbox

Exibição em formato de tabela

RamiroAlves opened this issue · 2 comments

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

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.

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