Our Data Grid for Angular has rich functionality and can be used in combination with the other Angular components in the JQWidgets UI framework in complex scenarios. One of the interesting scenarios is to use the grid in a combination with a drop down button. In this case when you press the button the Data Grid appears as a dropdown below.
Angular DropDown Grid functionality
When our Data Grid is used in this scenario you can benefit from all the available features like sorting, filtering, grouping, paging and so on.
In the example you can see how to define the columns of the grid and how to get the data of the current row.
You can see the example here.