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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -207,8 +207,7 @@ export function PurchaseOrderLineItemTable({
{
accessor: 'received',
title: t`Received`,
sortable: false,
sortable: true,
render: (record: any) => (
<ProgressBar
progressLabel={true}