Closed dkozul closed 2 years ago
Can you provide a fiddle or plunkr?
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.
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.
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.
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.
How should I make custom filter when it remains hidden?