Merge branch 'sticky_header' into staging_environment
This commit is contained in:
commit
34fac72a07
8 changed files with 24 additions and 11 deletions
|
|
@ -718,7 +718,7 @@ export default function Devices() {
|
|||
)
|
||||
|
||||
return(
|
||||
<PageContainer padding={isMobile ? 0 : 2}>
|
||||
<PageContainer spacing={2}>
|
||||
<Box
|
||||
sx={{
|
||||
borderRadius: 1,
|
||||
|
|
@ -749,6 +749,7 @@ export default function Devices() {
|
|||
<ResponsiveTable<Device>
|
||||
title={<SmartBreadcrumb prependPaths={getGroup() && ["groups", getGroup().id().toString()]} groupName={getGroup() && getGroup().name()} paddingBottom={1}/>}
|
||||
subtitle={subtitle}
|
||||
stickyHeader
|
||||
rows={devices}
|
||||
renderGutter={ isMobile ? gutter : undefined }
|
||||
columns={columns}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue