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

Headers width messed up by filters #81

Open
cbichis opened this issue Sep 24, 2015 · 2 comments
Open

Headers width messed up by filters #81

cbichis opened this issue Sep 24, 2015 · 2 comments

Comments

@cbichis
Copy link

cbichis commented Sep 24, 2015

Hi,

If for a header we set the width and there is no filter (either text or select) the column size is adjusting according to specified width.

However, for headers with a text or select filter set the column size is affected by the fact only Header name th has the width set accordingly, not the filter td and/or input/select itself...

So if we have a width set this should be somehow set to filter td and/or input/select also...

@W33k3nd
Copy link

W33k3nd commented Sep 24, 2015

I solved this with a css definition.

.dataTable .filter{
width: 100%;
}

@cbichis
Copy link
Author

cbichis commented Sep 24, 2015

Seems to be fine, easy fix... Thanks!

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

2 participants