made a sticky header for the table
This commit is contained in:
parent
e35e699294
commit
06a5476e93
2 changed files with 12 additions and 4 deletions
|
|
@ -735,6 +735,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