table and new product
This commit is contained in:
@@ -6,7 +6,7 @@ import { StatusPillComponent } from '../../ui/status-pill/status-pill.component'
|
||||
import { ButtonComponent } from '../../ui/button/button.component';
|
||||
import { PaginatorComponent } from '../paginator/paginator.component';
|
||||
|
||||
export type ColumnType = 'text' | 'currency' | 'status' | 'image-text' | 'image' | 'actions';
|
||||
export type ColumnType = 'text' | 'currency' | 'status' | 'image-text' | 'image' | 'actions' | 'date' | 'number';
|
||||
|
||||
export interface ColumnConfig {
|
||||
key: string;
|
||||
|
||||
Reference in New Issue
Block a user