This module provides auto-resizing functionality to UI-Grid
npm install @ui-grid/auto-resizeThe auto-resize plugin for UI-Grid enables the grid to resize itself when its container changes size.
> Note: This plugin works by adding a checker on 250ms interval that sees if the grid element has changed in size. It could potentially affect the performance of your site or application negatively.
You can install @ui-grid/auto-resize via:
``shell`
npm i --save @ui-grid/auto-resize
Once you install you need to load our main file bellow your @ui-grid/core file as seen bellow:
`html