ui-grid-auto-fit-columns-v1
v0.0.5
Published
The plugin ensures that the column width will be wide enough for showing the longest data of that column (or column name).
Downloads
16
Maintainers
Readme
ui-grid-auto-fit-columns
The plugin ensures that the column width will be wide enough for showing the longest data of that column (or column name).
Demo
http://jsbin.com/tufazaw/edit?js,output
Installation
This package is distributed via npm:
npm install ui-grid-auto-fit-columns -S
Usage
<div ui-grid="gridOptions" ui-grid-auto-fit-columns></div>
angular.module('app', ['ui.grid', 'ui.grid.autoFitColumns'])