mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 02:46:28 +00:00
sort cheaper offers first
This commit is contained in:
parent
6b8b694d07
commit
dfc3f56dbb
@ -919,6 +919,11 @@ const BookTable = ({
|
||||
}
|
||||
>
|
||||
<ClickThroughDataGrid
|
||||
initialState={{
|
||||
sorting: {
|
||||
sortModel: [{ field: 'premium', sort: 'asc' }],
|
||||
},
|
||||
}
|
||||
sx={headerStyleFix}
|
||||
localeText={localeText}
|
||||
rowHeight={3.714 * theme.typography.fontSize}
|
||||
@ -957,6 +962,11 @@ const BookTable = ({
|
||||
<Dialog open={fullscreen} fullScreen={true}>
|
||||
<Paper style={{ width: '100%', height: '100%', overflow: 'auto' }}>
|
||||
<ClickThroughDataGrid
|
||||
initialState={{
|
||||
sorting: {
|
||||
sortModel: [{ field: 'premium', sort: 'asc' }],
|
||||
},
|
||||
}
|
||||
sx={headerStyleFix}
|
||||
localeText={localeText}
|
||||
rowHeight={3.714 * theme.typography.fontSize}
|
||||
|
Loading…
Reference in New Issue
Block a user