Skip to content

Commit

Permalink
web-apps(front): Enable sorting in namespace column (kubeflow/kubeflo…
Browse files Browse the repository at this point in the history
…w#6762)

Enable sorting in namespace column.

Signed-off-by: Elena Zioga <elena@arrikto.com>

Signed-off-by: Elena Zioga <elena@arrikto.com>
  • Loading branch information
elenzio9 committed Nov 23, 2022
1 parent a97024e commit 370de26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const NAMESPACE_COLUMN: TableColumn = {
tooltipField: 'namespace',
truncate: true,
}),
sort: true,
};

export function removeColumn(config: TableConfig, name: string) {
Expand Down

0 comments on commit 370de26

Please sign in to comment.