Parcourir la source

pageSize = 10

master
Anna Ho il y a 1 an
Parent
révision
ffa55959de
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js

+ 1
- 1
src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js Voir le fichier

@@ -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={{


Chargement…
Annuler
Enregistrer