angular-ui / ui-grid

UI Grid: an Angular Data Grid
http://ui-grid.info
MIT License
5.39k stars 2.47k forks source link

Custom filters hidden in the background #7097

Closed dkozul closed 2 years ago

dkozul commented 4 years ago

Hi,

I have a problem implementing custom filter. It is similar to select list filter but I need the ability to select multiple values. I created the directive with the logic that opens custom list below with checkboxes. The problem is that this list is not visible.

image

If I make css changes to header to make overflow:visible

.ui-grid-header-viewport { overflow: visible !important; } .ui-grid-top-panel { overflow: visible !important; }

then my table falls apart since it is big table with vertical scrolling.

image

How should I make custom filter when it remains hidden?

mportuga commented 4 years ago

Can you provide a fiddle or plunkr?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

This issue has been automatically closed because it has not had recent activity. If you believe that this is still an issue in the latest version, feel free to re-open it. Thank you for your contributions.