mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
[PUI] Fix BOM table (#8162)
- Fix column accessor - Fixes column header - Enables column sorting
This commit is contained in:
@ -83,7 +83,7 @@ export function BomTable({
|
||||
const tableColumns: TableColumn[] = useMemo(() => {
|
||||
return [
|
||||
{
|
||||
accessor: 'part',
|
||||
accessor: 'sub_part',
|
||||
switchable: false,
|
||||
sortable: true,
|
||||
render: (record) => {
|
||||
|
Reference in New Issue
Block a user