UNPKG

ng-table

Version:

Table + AngularJS ================= [![Build Status](https://travis-ci.org/esvit/ng-table.svg)](https://travis-ci.org/esvit/ng-table) [![Coverage Status](https://coveralls.io/repos/esvit/ng-table/badge.png)](https://coveralls.io/r/esvit/ng-table) [![seman

10 lines (9 loc) 194 B
/** * Definition of the buttons rendered by the data row pager directive */ export interface IPageButton { type: string; number?: number; active: boolean; current?: boolean; }