Update docs/features/software-catalog/catalog-customization.md

Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com>
Signed-off-by: Juan Escalada <97265671+jescalada@users.noreply.github.com>
This commit is contained in:
Juan Escalada
2024-11-18 19:28:16 -08:00
committed by GitHub
parent 7a462f286e
commit 21af8faf5a
@@ -91,8 +91,6 @@ const myColumnsFunc: CatalogTableColumnsFunc = entityListContext => {
}
```
Some other possible values for the existing entity kinds are `user`, `domain`, `system`, `group`, `template` and `location`.
Then, we can implement the `createUserEmailColumn` function and add it to the list of columns. `field` is used to access the data from the entity, while `render` lets us customize how we display the data:
```tsx title="packages/app/src/App.tsx"