Currently, there’s no way to override core components without updating the source code directly.
The only other options you could try are:
- DOM manipulation inside extensions - Use JavaScript to modify the rendered elements after they load
- Custom CSS - Override styles to hide/show/modify the appearance of existing elements
Neither of these approaches are ideal since they’re brittle and could break with updates, but they might work as temporary workarounds depending on what you’re trying to achieve.
Why are you trying to change this?
Thank you very much for the reply I am trying to achieve it so that users know which is global bookmark, similarly I wanted to save every users active collection group whether it is open or close, I want to add a feature to upload custom icons apart from material UI icons, wrap text in row or column l, freeze a column, modify the existing filter available on top right side on every collection page.
– ahmad_quvor