-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Comments
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? |
@PaulL1 Do you mean that page rather than say http://ui-grid.info/docs/#/tutorial/401_AllFeatures? |
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 |
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? |
Seeing the same thing here. Any updates on this would be awesome. |
Same problem here. |
I have the same probem. |
I configure css property and this fix problem. .ui-grid-header-cell{ |
This not fix my problem. |
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 |
@fsscoc Thanks. Your solution solved my problem. What a saviour! |
This is also discussed in #4891 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. |
… are rebuilt. fixes angular-ui#3705
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).To fix it only helps to set
enableRowHeaderSelection: false
, then first column with checkboxes is hidden and the problem doesn't occur.The text was updated successfully, but these errors were encountered: