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

9 lines (8 loc) 306 B
export declare type SortDirection = 'asc' | 'desc'; /** * Map of the names of fields on a data row and the corrosponding sort direction; * Set the value of a key to undefined to let value of {@link ISettings} `defaultSort` apply */ export interface ISortingValues { [name: string]: SortDirection; }