vitmalina / w2ui

UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).
http://w2ui.com
MIT License
2.67k stars 728 forks source link

dropdown grid inside a grid cell #1904

Open LucaGabi opened 4 years ago

LucaGabi commented 4 years ago

Short description

Add ability to have a dropdown grid inside a grid cell.

vitmalina commented 4 years ago

What is a drop down grid?

If it is a drop menu, then it is already possible. See http://w2ui.com/web/demos/#!grid/grid-21

LucaGabi commented 4 years ago

Thanks. A dropdown grid is a combobox that has the dorpdown list as a grid.

https://www.jqwidgets.com/angular/angular-grid/#https://www.jqwidgets.com/angular/angular-grid/angular-grid-dropdowngrid.htm

mpf82 commented 3 years ago

Direct link to demo: https://www.jqwidgets.com/angular/angular-grid/angular-grid-dropdowngrid.htm

I will flag this issue as a feature request, however personally, I'd prefer a selection dialog over a dropdown-grid.

Currently we're using a custom w2field that opens a selection dialog with a grid and the selection can then be applied to one or multiple fields in the form:

2021-05-12 17_39_20-nemetris G8 Administration UI - v1 1

Clicking the pen icon will open the dialog:

2021-05-12 17_40_49-nemetris G8 Administration UI - v1 1

And selecting something will update both fields shown in the first screenshot.

But like I said, it's a personal preference, other users might prefer the mentioned dropdown-grid.