2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-28 03:49:20 +00:00

Enable table ordering (#11992)

- Closes https://github.com/inventree/InvenTree/issues/10987
This commit is contained in:
Oliver
2026-05-24 00:30:27 +10:00
committed by GitHub
parent a1ed5bcf94
commit 8e7465dd24
@@ -207,8 +207,7 @@ export function PurchaseOrderLineItemTable({
{
accessor: 'received',
title: t`Received`,
sortable: false,
sortable: true,
render: (record: any) => (
<ProgressBar
progressLabel={true}