feat: implement invoice payments component and integrate with supplier invoices
This commit is contained in:
@@ -24,7 +24,7 @@ export interface IColumn<T = any> {
|
||||
width?: string;
|
||||
minWidth?: string;
|
||||
canCopy?: boolean;
|
||||
type?: 'text' | 'price' | 'boolean' | 'date' | 'nested';
|
||||
type?: 'text' | 'price' | 'boolean' | 'date' | 'nested' | 'index';
|
||||
nestedPath?: string;
|
||||
customDataModel?: TemplateRef<any> | ((item: T) => string | number | boolean);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user