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

17 lines (16 loc) 346 B
/** * directive that renders the group header row for a table * @ngdoc directive * @example * ```html * <ng-table-group-row></ng-table-group-row> * ``` */ export declare function ngTableGroupRow(): { restrict: string; replace: boolean; templateUrl: any; scope: boolean; controller: string; controllerAs: string; };