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

16 lines (15 loc) 487 B
import { SortDirection } from '../sorting'; /** * Configuration that determines the data row grouping behaviour of a table */ export interface IGroupSettings { /** * The default sort direction that will be used whenever a group is supplied that * does not define its own sort direction */ defaultSort?: SortDirection; /** * Determines whether groups should be displayed expanded to show their items. Defaults to true */ isExpanded?: boolean; }