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

Table responsive not working #27

Closed
fahruddin14431 opened this issue Oct 9, 2017 · 1 comment
Closed

Table responsive not working #27

fahruddin14431 opened this issue Oct 9, 2017 · 1 comment

Comments

@fahruddin14431
Copy link

i have many field in my table and table resposive not work correctly

@groovemen
Copy link
Contributor

groovemen commented Sep 18, 2018

Hello @fahruddin14431,

Thank you for using our products, please set the following properties for the table-responsive class:

.table-resonsive { 
 width: 100%;
 margin-bottom: 15px;
 overflow-x: scroll;
 overflow-y: hidden;
 -ms-overflow-style: -ms-autohiding-scrollbar;
 -webkit-overflow-scrolling: touch;
}

Best,
Stefan

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