table column with iconcss (#13056)

This commit is contained in:
Vladimir Chernov
2020-10-31 02:23:38 +03:00
committed by GitHub
parent 2f571d868b
commit da6f800f11
11 changed files with 168 additions and 41 deletions

View File

@@ -811,7 +811,8 @@ export enum SchemaObjectType {
export enum ColumnType {
text = 0,
checkBox = 1,
button = 2
button = 2,
icon = 3
}
export enum ActionOnCellCheckboxCheck {