Kaynağa Gözat

pageSize = 10

master
Anna Ho 1 yıl önce
ebeveyn
işleme
ffa55959de
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js

+ 1
- 1
src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet