Can we hide UI components for a given subtype of a...
# all-things-deployment
a
Can we hide UI components for a given subtype of a dataset? For example, I want to remove Lineage, Queries and Stats from showing up on a particular subtype we created?
b
the UI code will always display those aspects if it is present in the dataset, dont think there is customisation options
a
Yeah, even if not present, it displays them grayed out
b
https://github.com/linkedin/datahub/blob/master/datahub-web-react/src/app/entity/dataset/DatasetEntity.tsx unless you want to insert some custom conditions in this file, the views are consistent for all daatsets