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

enableRowHeaderSelection hides filters #2768

Closed
nattro opened this issue Feb 13, 2015 · 3 comments
Closed

enableRowHeaderSelection hides filters #2768

nattro opened this issue Feb 13, 2015 · 3 comments
Milestone

Comments

@nattro
Copy link

nattro commented Feb 13, 2015

Setting:
enableRowHeaderSelection : true
with
enableFiltering: true
causes header height to become fixed and not display filters.
Using css to expand the header will display the filters:

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

I'm assuming that this is not intentional.

@nattro
Copy link
Author

nattro commented Feb 13, 2015

I am using ui-grid - v3.0.0-RC.18-7774d30 and the behavior is seen in IE 11 and Google Chrome.

@PaulL1
Copy link
Contributor

PaulL1 commented Feb 13, 2015

I'm not seeing this on http://ui-grid.info/docs/#/tutorial/401_AllFeatures, is there some other setting that you're using as well? I know there is an outstanding request to make the enabling of filtering dynamic (#2067) - is it possible that you're initialising the grid without filtering then turning it on afterwards?

Otherwise, is it possible to create a plunker?

@PaulL1 PaulL1 added this to the 3.0 milestone Feb 13, 2015
@nattro
Copy link
Author

nattro commented Feb 15, 2015

Yea, there was a little more to it than I thought. When creating the plunker I found that it exhibited the aforementioned behavior only when loading data and column definitions after the grid was initialized. Here is the plunker ( http://plnkr.co/edit/JJFFXV5FAOILik6b4oR5?p=preview ) , you have to press the load data button and you will see that the column filters are not displayed. Adding the above CSS will make the column filters visible.

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

No branches or pull requests

3 participants