feat: add hidden title column to catalog and API table to enable filtering by title
Signed-off-by: David Weber <david.weber@w3tec.ch>
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user