Sorry for the confusion in the title. I have successfully implemented multi-select with ng-grid, which can be seen here.
In case anyone is unfamiliar with the master/detail concept, it involves selecting a row from a grid and displaying all its properties to provide a complete view (master representing the grid, and details representing object properties).
My goal is to achieve something like this:
However, I am struggling to make this detailed view work. I believe I need to use some sort of event system like emit/broadcast/on
. So once again, my question is how do I implement the master/detail view with a modal for multiple selections using angularjs + ng-grid?