DEV Community

raj-dcs
raj-dcs

Posted on

Is it possible to have a grid inside a multi-select dropdown? Preferably in Angular

Image description

I have a form with a multiselect dropdown, when the dropdown is opened, I want to show a grid with multiple columns and user can select multiple rows from the grid.

Any help is really appreciated. Thank you.

Top comments (1)

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

Tag your post with "help" to get more of it 😊

Before all questions, Is it 💯 required / worth the benefit to the user?

Yes:
Although it's hard to answer without knowing what the existing multi select is made of, eg is it a native select element or is it something made of html that behaves like a multi select?

If it's the latter then yes a display grid should work