mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
feat(app): migrate app containers to react [EE-5353] (#9992)
This commit is contained in:
parent
6290e9facc
commit
23295d2736
22 changed files with 312 additions and 297 deletions
|
@ -25,7 +25,7 @@ export function DatatableContent<D extends Record<string, unknown>>({
|
|||
const pageRowModel = tableInstance.getPaginationRowModel();
|
||||
|
||||
return (
|
||||
<Table data-cy={dataCy}>
|
||||
<Table data-cy={dataCy} className="nowrap-cells">
|
||||
<thead>
|
||||
{headerGroups.map((headerGroup) => (
|
||||
<Table.HeaderRow<D>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue