mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
refactor(kube/volumes): migrate to react [EE-4695] (#10987)
This commit is contained in:
parent
2b53bebcb3
commit
da615afc92
24 changed files with 347 additions and 397 deletions
5
app/react/kubernetes/volumes/ListView/columns.helper.ts
Normal file
5
app/react/kubernetes/volumes/ListView/columns.helper.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { createColumnHelper } from '@tanstack/react-table';
|
||||
|
||||
import { VolumeViewModel } from './types';
|
||||
|
||||
export const helper = createColumnHelper<VolumeViewModel>();
|
Loading…
Add table
Add a link
Reference in a new issue