作者:柒捌玖指向标 | 来源:互联网 | 2023-05-17 12:49
IamusingDataTable1.10andworkingwithbothIE10andFF33.1.InFFtableisshowingwithindivb
I am using DataTable 1.10 and working with both IE10 and FF33.1. In FF table is showing within div but in IE it is not.
我正在使用DataTable 1.10并使用IE10和FF33.1。在FF表中显示div,但在IE中它不是。
I have bare minimum table with HTML tag.
我有HTML标签的最小表格。
When render this table with DataTable in firebug I can see following code
在firebug中使用DataTable渲染此表时,我可以看到以下代码
I tried with following CSS as suggested here
我试着按照这里的建议使用CSS
#memberSearchResultTable {
table-layout:fixed;
width:100%;
border:1px solid #f00;
word-wrap:break-word;
}
Screenshot
Is there a way I can set width of this table to be within the div?
有没有办法可以将此表的宽度设置为div?
1 个解决方案