ngx-table-powerfull
Version:
Table with catalog of functionalities for free use based on the ngx-datatable component and other components
13 lines (12 loc) • 387 B
TypeScript
export declare enum ActionsType {
NEW_COLUMN = "newColumn",
DELETE_COLUMN = "deleteColumn",
EDIT_COLUMN = "editColumn",
UPDATE_ROW = "updateRow",
CLICK = "click",
DBL_CLICK = "dblclick",
SINGLE_SELECTION = "singleSelection",
MULTIPLE_SELECTION = "multipleSelection",
VISIBLE_DATA_TABLE = "visibleDataTable",
DATA_TABLE = "dataTable"
}