I often utilize in the following manner:
<div ncy-breadcrumb class="title-shadow"></div>
{{ getDeviceTree }}
<div>
<div ui-grid="gridOptions" ui-grid-resize-columns ui-grid-selection></div>
</div>
My objective is to achieve a similar layout like in http://plnkr.co/edit/gKqt8JEo2FukS3URRLJ5?p=preview
https://i.sstatic.net/t3B4E.jpg
I appreciate any suggestions or alternatives to the UI-grid component. Thank you!