@covalent/data-table
Version:
Teradata UI Platform Data Table Module
14 lines (13 loc) • 395 B
TypeScript
import { Renderer, ElementRef } from '@angular/core';
export declare class TdDataTableCellComponent {
private _elementRef;
private _renderer;
/**
* numeric?: boolean
* Makes cell follow the numeric data-table specs.
* Defaults to 'false'
*/
numeric: boolean;
readonly bindNumeric: boolean;
constructor(_elementRef: ElementRef, _renderer: Renderer);
}