Skip to content

Commit

Permalink
web-apps(front): Enable sorting in namespace column (#6762)
Browse files Browse the repository at this point in the history
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 22545c8 commit f94d5f7
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 f94d5f7

Please sign in to comment.