I just want to display a grid with some data and hide the header.
Hello Sathish Akasapu,
Sorry for having kept you waiting and thank you for your patience.
IgxGrid doesn't have a built-in feature to hide the header, but you can hide it by applying a CSS there:
:host{ ::ng-deep{ .igx-grid__thead{ display: none; } } }
Could you give it a try?
Hi Yuki,
Sure, thanks for the update!
Thanks,
Sathish
Hello Sathish,
We are currently investigating your question and it will take some more time. So would you wait for a while please? Thank you for your understanding.
Thank you in advance,Yuki