This website works better with JavaScript.
Home
Explore
Help
Sign In
alex
/
PNSPS-frontend-MaterialUI
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix online payment paging
master
Alex Cheung
1 year ago
parent
86b7a5a420
commit
70b2c56f68
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/pages/Payment/Search_GLD/DataGrid.js
+ 1
- 1
src/pages/Payment/Search_GLD/DataGrid.js
View File
@@ -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,
Write
Preview
Loading…
Cancel
Save