An open API service indexing awesome lists of open source software.

https://github.com/crcit/ui-grid-bootstrap-styles

Plugin for applying bootstrap styles to ui-grid
https://github.com/crcit/ui-grid-bootstrap-styles

angularjs ui-grid

Last synced: 8 months ago
JSON representation

Plugin for applying bootstrap styles to ui-grid

Awesome Lists containing this project

README

          

# ui-grid bootstrap styles

## Plugin for applying bootstrap styles to ui-grid

### Installation

To use the plugin you can download it or use as Bower dependency:
`"ui-grid-bootstrap-styles"`

As soon as you've got all the files downloaded and included in your page you just need to declare a dependency on the ui.grid.bootstrap.style module:
`angular.module('myModule', ['ui.grid.bootstrap.style']);
`

### Use in a ui-grid table

Example:

`

`