Merge pull request #12275 from dweber019/feat/table-filter-title

Add hidden title column to catalog and API table to enable filtering by title
This commit is contained in:
Fredrik Adelöw
2022-07-01 08:52:11 +02:00
committed by GitHub
5 changed files with 25 additions and 0 deletions
@@ -40,6 +40,7 @@ import React from 'react';
import { registerComponentRouteRef } from '../../routes';
const defaultColumns: TableColumn<CatalogTableRow>[] = [
CatalogTable.columns.createTitleColumn({ hidden: true }),
CatalogTable.columns.createNameColumn({ defaultKind: 'API' }),
CatalogTable.columns.createSystemColumn(),
CatalogTable.columns.createOwnerColumn(),