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
Merge branch 'Paging' into Paging_Enhancement
master
Anna Ho
1 year ago
parent
959909939e
1931bdf7fa
commit
e2a4ece404
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/pages/Setting/SystemSetting/Table.js
+ 2
- 2
src/pages/Setting/SystemSetting/Table.js
View File
@@ -67,10 +67,10 @@ const Table = ({onRowClick, searchCriteria}) => {
customPageSize={10}
getRowHeight={() => 'auto'}
onRowClick={onRowClick}
doLoad={{
doLoad={
React.useMemo(() => (
{
url:GET_SYS_PARAMS,
params:_searchCriteria
}}
}
), [_searchCriteria])
}
/>
</Box>
</div>
Write
Preview
Loading…
Cancel
Save