can now pass the function that gives subtitle as well
This commit is contained in:
parent
d66dc68495
commit
3d8cfc5125
2 changed files with 4 additions and 3 deletions
|
|
@ -452,7 +452,7 @@ export default function Devices() {
|
|||
<DevicesSummary setSearch={setSearch} />
|
||||
<ResponsiveTable<Device>
|
||||
title={<SmartBreadcrumb prependPaths={getGroup() && ["groups", getGroup().id().toString()]} groupName={getGroup() && getGroup().name()} paddingBottom={1}/>}
|
||||
subtitle={subtitle()}
|
||||
subtitle={subtitle}
|
||||
rows={devices}
|
||||
renderGutter={ isMobile ? gutter : undefined }
|
||||
columns={columns}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue