|
@@ -132,7 +132,7 @@ export default function SearchPublicNoticeTable({ searchCriteria }) { |
|
|
<div style={{ minHeight: 400, height: "100%", width: '100%' }}> |
|
|
<div style={{ minHeight: 400, height: "100%", width: '100%' }}> |
|
|
<FiDataGrid |
|
|
<FiDataGrid |
|
|
columns={columns} |
|
|
columns={columns} |
|
|
customPageSize={20} |
|
|
|
|
|
|
|
|
customPageSize={10} |
|
|
onRowDoubleClick={handleRowDoubleClick} |
|
|
onRowDoubleClick={handleRowDoubleClick} |
|
|
getRowHeight={() => 'auto'} |
|
|
getRowHeight={() => 'auto'} |
|
|
doLoad={{ |
|
|
doLoad={{ |
|
|