angular-data-grid / angular-data-grid.github.io

Light and flexible Data Grid for AngularJS applications.
http://angular-data-grid.github.io/demo/bootstrap/
112 stars 50 forks source link

Don't see grid styles #44

Closed srihari103 closed 7 years ago

srihari103 commented 7 years ago

Any ideas why I don't see any styles for the grid?

image

alexanderzhuk commented 7 years ago

@srihari103 directive itself does not have any build-in styling, so you can use any. Bootstrap and Material Design samples use out-of-box versions of corresponding framework, like <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> so you can either use them or apply any other CSS you need.

beardedlinuxgeek commented 7 years ago

If you're already using AngularJS Material and don't want to load Material Design Lite, just compile this file:

https://github.com/google/material-design-lite/blob/mdl-1.x/src/data-table/_data-table.scss

and add it to your project