This module provides the ability to create subgrids inside ui-grid
npm install @ui-grid/expandableThe expandable plugin for UI-Grid provides the ability to have a subgrid in your grid.
You can install @ui-grid/expandable via:
``shell`
npm i --save @ui-grid/expandable
Once you install you need to load the respective JS and CSS files as seen bellow:
`html