angular-data-grid-new
Version:
Light, flexible and performant Data Grid for AngularJS apps, with built-in sorting, pagination and filtering options, unified API for client-side and server-side data fetching, seamless synchronization with browser address bar and total freedom in mark-
24 lines (17 loc) • 401 B
CSS
.table > thead > tr > th {
vertical-align: middle; }
.margin-bottom-basic {
margin-bottom: 15px; }
.pagination {
margin: 0; }
.items-per-page {
margin-left: 15px; }
.sortable:after {
font: 14px/1 FontAwesome;
content: "\f0dc"; }
.sortable.sort-ascent:after {
content: '\f0de';
vertical-align: bottom; }
.sortable.sort-descent:after {
content: "\f0dd";
vertical-align: top; }