UNPKG

@hxui/angular

Version:

* * *

11 lines (10 loc) 372 B
import { ITabularColumn } from './tabular-column.interface'; export declare class TabularColumn implements ITabularColumn { id: string; label: string; dataType: number; sortable: boolean; cssClass: string; options?: any; constructor(id: string, label: string, dataType: number, sortable: boolean, cssClass?: string, options?: any); }