mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(docker): migrate files table to react [EE-4663] (#8916)
This commit is contained in:
parent
146681e1c7
commit
09f60c3277
24 changed files with 529 additions and 229 deletions
5
app/react-table-config.d.ts
vendored
5
app/react-table-config.d.ts
vendored
|
@ -6,4 +6,9 @@ declare module '@tanstack/table-core' {
|
|||
filter?: Filter<TData, TValue>;
|
||||
width?: number | 'auto' | string;
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
interface TableMeta<TData extends RowData> {
|
||||
table?: string;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue