Added pricing field for single spool
This commit is contained in:
@@ -73,6 +73,7 @@ const allColumns: (keyof ISpoolCollapsed & string)[] = [
|
||||
"id",
|
||||
"combined_name",
|
||||
"filament.material",
|
||||
"price",
|
||||
"used_weight",
|
||||
"remaining_weight",
|
||||
"used_length",
|
||||
@@ -312,6 +313,14 @@ export const SpoolList: React.FC<IResourceComponentsProps> = () => {
|
||||
filterValueQuery: useSpoolmanMaterials(),
|
||||
width: 120,
|
||||
}),
|
||||
SortedColumn({
|
||||
id: "price",
|
||||
i18ncat: "spool",
|
||||
actions,
|
||||
dataSource,
|
||||
tableState,
|
||||
width: 80,
|
||||
}),
|
||||
NumberColumn({
|
||||
id: "used_weight",
|
||||
i18ncat: "spool",
|
||||
|
||||
Reference in New Issue
Block a user