mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
refactor(users): migrate users table to react [EE-4708] (#10759)
This commit is contained in:
parent
86f1b8df6e
commit
a439695248
19 changed files with 159 additions and 192 deletions
|
@ -20,7 +20,7 @@ export function TableRow<D extends DefaultType = DefaultType>({
|
|||
onClick={onClick}
|
||||
>
|
||||
{cells.map((cell) => (
|
||||
<td key={cell.id}>
|
||||
<td key={cell.id} className={cell.column.columnDef.meta?.className}>
|
||||
{flexRender(cell.column.columnDef.cell, cell.getContext())}
|
||||
</td>
|
||||
))}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue