From 9d86e216576b063fd7a45085cd05be24d809385c Mon Sep 17 00:00:00 2001 From: rstubryan Date: Tue, 4 Nov 2025 13:20:44 +0700 Subject: [PATCH] refactor(FE-208): remove checkbox selection from PurchaseTable component --- .../pages/purchase/PurchaseTable.tsx | 25 ------------------- 1 file changed, 25 deletions(-) diff --git a/src/components/pages/purchase/PurchaseTable.tsx b/src/components/pages/purchase/PurchaseTable.tsx index 9d0fd49b..fefc2b40 100644 --- a/src/components/pages/purchase/PurchaseTable.tsx +++ b/src/components/pages/purchase/PurchaseTable.tsx @@ -18,7 +18,6 @@ import SelectInput, { import RowDropdownOptions from '@/components/table/RowDropdownOptions'; import RowCollapseOptions from '@/components/table/RowCollapseOptions'; import TextInput from '@/components/input/TextInput'; -import CheckboxInput from '@/components/input/CheckboxInput'; import RowOptionsMenuWrapper from '@/components/table/RowOptionsMenuWrapper'; import { cn, formatDate, formatCurrency } from '@/lib/helper'; @@ -137,30 +136,6 @@ const PurchaseTable = () => { ); const purchaseColumns: ColumnDef[] = [ - { - id: 'select', - header: ({ table }) => ( -
- -
- ), - cell: ({ row }) => ( -
- -
- ), - }, { header: 'No. PR/PO', cell: (props) => {