small improvements:
- add colorview component - improve generic action column - improve generic table - improve event-type-table.component.ts - add headerText to admin layout
This commit is contained in:
@@ -5,8 +5,6 @@ export interface TypeDefinition{
|
||||
params?: Record<string, any>;
|
||||
}
|
||||
|
||||
|
||||
|
||||
export interface ColumnDefinition<T> {
|
||||
attribute: keyof T;
|
||||
type: TypeDefinition;
|
||||
|
||||
Reference in New Issue
Block a user