Skip to content

Commit 2e1c8ec

Browse files
author
Denis Bendrikov
committed
feat(release): First release
Update readme.md
1 parent 0221881 commit 2e1c8ec

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
11
# ui-grid-auto-fit-columns
2+
3+
[![Build Status](https://img.shields.io/travis/Den-dp/ui-grid-auto-fit-columns.svg?style=flat-square)](https://travis-ci.org/Den-dp/ui-grid-auto-fit-columns)
4+
[![version](https://img.shields.io/npm/v/ui-grid-auto-fit-columns.svg?style=flat-square)](http://npm.im/ui-grid-auto-fit-columns)
5+
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
6+
[![devDependency Status](https://img.shields.io/david/dev/den-dp/ui-grid-auto-fit-columns.svg?style=flat-square)](https://david-dm.org/den-dp/ui-grid-auto-fit-columns#info=devDependencies)
7+
28
The plugin ensures that the column width will be wide enough for showing the longest data of that column (or column name).
9+
10+
## Installation
11+
12+
This package is distributed via npm:
13+
14+
```
15+
npm install ui-grid-auto-fit-columns
16+
```
17+
18+
## Usage
19+
20+
```html
21+
<div ui-grid="gridOptions" ui-grid-auto-fit-columns></div>
22+
```
23+
24+
```javascript
25+
angular.module('app', ['ui.grid', 'ui.grid.autoFitColumns'])
26+
```
27+
28+
## Contributing
29+
[conventional-changelog](https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md)

0 commit comments

Comments
 (0)