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