active-table
Version:
Framework agnostic table component for editable data experience
9 lines • 438 B
TypeScript
import { CellText } from '../../../types/tableData';
import { ActiveTable } from '../../../activeTable';
export declare class DataUtils {
static createEmptyStringDataArray(length: number): string[];
private static isTextEmpty;
private static shouldBeSetToDefault;
static processCellText(at: ActiveTable, rowIndex: number, columnIndex: number, cellText: CellText): string | number;
}
//# sourceMappingURL=dataUtils.d.ts.map