UNPKG

material-dynamic-table

Version:

Dynamic table component for angular built on top of angular material table. It offers sorting, pagination, filtering per column and the ability to specify content types and components used for displaying them.

11 lines (10 loc) 446 B
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ export declare const HEADER_CELL_SELECTOR = ".cdk-header-cell, .mat-header-cell"; export declare const HEADER_ROW_SELECTOR = ".cdk-header-row, .mat-header-row"; export declare const RESIZE_OVERLAY_SELECTOR = ".mat-column-resize-overlay-thumb";