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

Big table #704

Closed
lmz5428888 opened this issue Sep 23, 2015 · 4 comments
Closed

Big table #704

lmz5428888 opened this issue Sep 23, 2015 · 4 comments

Comments

@lmz5428888
Copy link

I have a lot of columns of the table, Could I add a scroll bar? How?

my email: bgmail@126.com

@almasaeed2010
Copy link
Contributor

There are multiple ways to do that. You could use fixed width for the container of the table.

<div style="width: 600px; overflow: auto; white-space: nowrap;">
  <!-- add the table here -->
</div>

Or you could use something a little more complex such as a fixed table header plugin.

@almasaeed2010
Copy link
Contributor

I really think you would be able to get much better help if you post your issue on Stack Overflow since many more developers will get to address the issue.

@kirubz
Copy link

kirubz commented Sep 26, 2015

Why cant you go with bootstrap table plugin.
http://bootstrap-table.wenzhixin.net.cn/

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

4 participants