Skip to content

UI Issue with injecting custom filters template #4498

@msrikanth508

Description

@msrikanth508

I am trying inject custom filters (Angualr ui-select controls) using filterHeaderTemplate property.
Filter controls are getting rendered successfully but facing UI issues.

Filter controls are not visible properly.

image

As control is rendering in "ui-grid-header-canvas" element, because of overflow-hidden property it is happening.

But, when I added following styles

.ui-grid-header-viewport {
overflow: visible;
}

.ui-grid-top-panel {
overflow: visible;
}

.ui-grid-cell > .ui-grid-cell-contents {
overflow: visible;
}

grid becomes

image

Is there any way where it can be rendered properly?

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions