简体   繁体   English

带有jQuery Mobile的大型HTML表

[英]Large HTML Table with jQuery Mobile

I am working on a jQuery Mobile App. 我正在开发jQuery Mobile App。 On one of the pages I display data in the form of a table. 在其中一个页面上,我以表格形式显示数据。 The table has many columns a does not fit in the page. 该表有很多列,a不适合该页面。 Is there a way to get this table to display properly? 有没有一种方法可以使此表正确显示?

I found this code but am not really sure how to use it: 我找到了以下代码,但不确定如何使用:

$('#dataContainer').scrollview(); 

I found a solution that works. 我找到了可行的解决方案。

<div style="width:100%; overflow:scroll" >
Too large content
</div>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM