Selaa lähdekoodia

fix online payment paging

master
Alex Cheung 1 vuosi sitten
vanhempi
commit
70b2c56f68
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/pages/Payment/Search_GLD/DataGrid.js

+ 1
- 1
src/pages/Payment/Search_GLD/DataGrid.js Näytä tiedosto

@@ -94,7 +94,7 @@ export default function SearchPaymentTable({ searchCriteria }) {
sx={_sx}
rowHeight={80}
columns={columns}
customPageSize={5}
customPageSize={10}
onRowDoubleClick={handleEditClick}
doLoad={{
url:PAYMENT_LIST,


Ladataan…
Peruuta
Tallenna