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) 350 B
/** * directive that renders the filter header row for a table * @ngdoc directive * @example * ```html * <ng-table-filter-row></ng-table-filter-row> * ``` */ export declare function ngTableFilterRow(): { restrict: string; replace: boolean; templateUrl: any; scope: boolean; controller: string; controllerAs: string; };