UNPKG

@serenity-is/sleekgrid

Version:

A modern Data Grid / Spreadsheet component

8 lines (7 loc) 218 B
/*** * A base class that all special / non-data rows (like Group and GroupTotals) derive from. */ export class NonDataRow { __nonDataRow: boolean = true; } export const preClickClassName = "slick-edit-preclick";