Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
Hide toolbar title in igx-grid
posted

Hello!

How i can completely hide toolbar title?

I found example https://www.infragistics.com/angular-demos/grid-crm?v=201804251450

https://imgur.com/rVXSUar

Example doesn't have 'span.igx-grid-toolbar__title' and, so 'div.igx-grid-toolbar__custom-content' can consume all parent width.

But in my case 'span.igx-grid-toolbar__title' doesn't disappear anyway.

I have already tried to set toolbar title as empty string, but i got empty 'span.igx-grid-toolbar__title' tag 

https://imgur.com/FdNezrs

Parents
No Data
Reply
  • 3520
    Verified Answer
    Offline posted

    Hello Eugene,

    Setting the toolbarTitle to an empty string should remove the title span. I tested it in this small sample application and it seems to work. Please, review and modify it in order to demonstrate the issue you are having, so we can investigate this further. Looking forward to hearing from you!

Children