Files
portainer/app/react/kubernetes/cluster/NodeView/NodeApplicationsDatatable/columns.helper.tsx
T
2025-12-17 13:02:19 +02:00

6 lines
221 B
TypeScript

import { createColumnHelper } from '@tanstack/react-table';
import { Application } from '@CE/react/kubernetes/applications/ListView/ApplicationsDatatable/types';
export const helper = createColumnHelper<Application>();