made a sticky header for the table

This commit is contained in:
csawatzky 2025-06-09 11:11:39 -06:00
parent e35e699294
commit 06a5476e93
2 changed files with 12 additions and 4 deletions

View file

@ -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}