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

noDataContent cell class is missing #385

Closed
ozanh opened this issue Jul 30, 2016 · 1 comment
Closed

noDataContent cell class is missing #385

ozanh opened this issue Jul 30, 2016 · 1 comment
Labels

Comments

@ozanh
Copy link
Contributor

ozanh commented Jul 30, 2016

Hello,
Following css code in jsgrid.css becomes useless because noDataContent <td> does not have jsgrid-cell class. I do not know whether it is intentional or not I just want to inform you.

.jsgrid-nodata-row .jsgrid-cell {
    padding: .5em 0;
    text-align: center;
}
@tabalinas tabalinas added the bug label Jul 30, 2016
@tabalinas
Copy link
Owner

Thank you for spotting and reporting the issue. This bug is introduced in 1.5 with styles improvements to prevent styles clashing issues for other tables inside jsgrid cells. That's why jsgrid-cell class was added, but for noDataRow it's missing.

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

No branches or pull requests

2 participants