From abdbb072ddb122af9b2581c0de0969243eb9156a Mon Sep 17 00:00:00 2001 From: anna Date: Wed, 24 Apr 2024 15:14:51 +0800 Subject: [PATCH] update ui --- src/pages/PublicNotice/Search_GLD/DataGrid.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/PublicNotice/Search_GLD/DataGrid.js b/src/pages/PublicNotice/Search_GLD/DataGrid.js index 2141ff5..8de6f3a 100644 --- a/src/pages/PublicNotice/Search_GLD/DataGrid.js +++ b/src/pages/PublicNotice/Search_GLD/DataGrid.js @@ -53,6 +53,7 @@ export default function SearchPublicNoticeTable({ searchCriteria }) { { field: 'actions', headerName: 'Application No.', + sortable: false, width: 150, cellClassName: 'actions', renderCell: (params) => { @@ -63,6 +64,7 @@ export default function SearchPublicNoticeTable({ searchCriteria }) { id: 'status', field: 'status', headerName: 'Status', + sortable: false, width: 240, renderCell: (params) => { return [StatusUtils.getStatusEng(params)] @@ -72,6 +74,7 @@ export default function SearchPublicNoticeTable({ searchCriteria }) { id: 'withProof', field: 'withProof', headerName: 'With Proof', + sortable: false, width: 120, renderCell: (params) => { return [params.row.proofId != null ? "Yes" : ""] @@ -81,6 +84,7 @@ export default function SearchPublicNoticeTable({ searchCriteria }) { id: 'created', field: 'created', headerName: 'Submit Date', + sortable: false, flex: 1, minWidth: 200, valueGetter: (params) => { @@ -91,6 +95,7 @@ export default function SearchPublicNoticeTable({ searchCriteria }) { id: 'contactPerson', field: 'contactPerson', headerName: 'Client', + sortable: false, minWidth: 250, flex: 2, renderCell: (params) => { @@ -106,6 +111,7 @@ export default function SearchPublicNoticeTable({ searchCriteria }) { id: 'issueNoAndCode', field: 'issueNoAndCode', headerName: 'Gazette Issue No. / Gazette Code', + sortable: false, flex: 1.5, minWidth: 350, renderCell: (params) => (