IgniteUI / igniteui-react

High-Performance Data Grid and High-Volume Data Charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There must be a way to customize the headed option in IgrDataGrid

avanish2403 opened this issue · comments

Is your feature request related to a problem? Please describe.
When I click on the options icon in the header the background of the options is white by default(as shown in image below). There must be a way to change the background color of the options when it's clicked. And also there must be some way to customize the column options by my own.

Describe the solution you'd like
Please add some way to customize the header options in IgrDataGrid so that its default background color and the options listed in it can be changed.

Additional context
image

Thanks for the feedback. If you add a CSS file you can change the back color of the options dialog.

eg.

.ig-grid-column-options {
--background-color: black;
--text-color: #7446b9;
}