|
@@ -115,7 +115,7 @@ const PoSearch: React.FC<Props> = ({ |
|
|
() => [ |
|
|
() => [ |
|
|
{ |
|
|
{ |
|
|
name: "id" as keyof PoResult, |
|
|
name: "id" as keyof PoResult, |
|
|
label: "Select", |
|
|
|
|
|
|
|
|
label: "", |
|
|
renderCell: (params) => ( |
|
|
renderCell: (params) => ( |
|
|
<Checkbox |
|
|
<Checkbox |
|
|
checked={selectedPoIds.includes(params.id)} |
|
|
checked={selectedPoIds.includes(params.id)} |
|
|