table and new product

This commit is contained in:
Tizian.Breuch
2025-10-29 11:50:48 +01:00
parent 4549149e48
commit 05bedfedfb
6 changed files with 117 additions and 30 deletions

View File

@@ -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;