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
- Host: GitHub
- URL: https://github.com/crcit/ui-grid-bootstrap-styles
- Owner: CRCIT
- License: apache-2.0
- Created: 2017-05-09T09:38:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T10:55:19.000Z (about 9 years ago)
- Last Synced: 2025-10-12T15:04:27.900Z (8 months ago)
- Topics: angularjs, ui-grid
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
`
`