Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filters disappear if ui-grid-selection and dynamic filters in columns are active #3705

Closed
tazo90 opened this issue Jun 5, 2015 · 12 comments · Fixed by #6461
Closed

Filters disappear if ui-grid-selection and dynamic filters in columns are active #3705

tazo90 opened this issue Jun 5, 2015 · 12 comments · Fixed by #6461
Assignees

Comments

@tazo90
Copy link

tazo90 commented Jun 5, 2015

When use dynamic filters in columns and ui-grid-selection then filters in column disappear.
Noticed that if remove padding=5px from .ui-grid-cell-contents then filter appear, but are not aligned (see below).
grid

To fix it only helps to set enableRowHeaderSelection: false, then first column with checkboxes is hidden and the problem doesn't occur.
grid2

@PaulL1
Copy link
Contributor

PaulL1 commented Jun 5, 2015

It's working for me here: http://ui-grid.info/docs/#/tutorial/116_fonts_and_installation

What version are you using? Are you able to modify that plunker so that it demonstrates the issue?

@mearing
Copy link

mearing commented Jul 10, 2015

@PaulL1 Do you mean that page rather than say http://ui-grid.info/docs/#/tutorial/401_AllFeatures?

@PaulL1
Copy link
Contributor

PaulL1 commented Jul 10, 2015

Ah, no, I'd created a plunker from one of the pages and added selection to it. I clearly failed to copy and paste the plunker. Here: http://plnkr.co/edit/xncP5n01XcujozZYvqwF?p=preview

@DevQueen
Copy link

I'm having the same issue. I opened an issue that I could not get filtering to work, then suddenly while testing searches on the page, the filtering appeared. Then it disappeared again. I do have selection activated as well. Has anyone found a fix for this issue?

@Harry-Merrill
Copy link

Seeing the same thing here. Any updates on this would be awesome.

@fsscoc
Copy link

fsscoc commented Mar 15, 2016

Same problem here.

@nicolasrosado
Copy link

I have the same probem.
Could you find a solution to fix this issue ?

@fsscoc
Copy link

fsscoc commented Mar 22, 2016

I configure css property and this fix problem.

.ui-grid-header-cell{
height:60px;
max-height:60px;
}

@nicolasrosado
Copy link

This not fix my problem.
My problem is : when I arrive on the page, sometimes filters disappeared. But when I refresh my page filters appeared. Has anyone found a fix for this issue ?

@meenakshijha
Copy link

I am facing the same issue too. If I use ui-grid-selection while rendering the grid , my custom filters doesn't show up at all. It took me two days to figure out that ui-grid-selection is causing this issue!

Has anyone found the solution to it? Please help.

Thanks

@meenakshijha
Copy link

@fsscoc Thanks. Your solution solved my problem. What a saviour!

@AgDude
Copy link
Contributor

AgDude commented Dec 12, 2016

This is also discussed in #4891
Here is the plunker from that ticket: http://plnkr.co/edit/b4IXz5EaWgRvI3VaKDHn?p=preview

This issue seems to be an issue with the order in which things load. I have only seen this with selection and async loading of the grid data, but that combination does not always cause it to occur in my experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants