0

我有大约 6 个填充或宽度不同的表。当我不使用数据表时,它们的填充和宽度是内联设置的。现在内联不起作用。

数据表:http : //datatables.net/index

我现在该怎么办?

我只需要能够向数据表添加一些填充和宽度内联,或者我可以给这些表一个类名,然后给它们填充和宽度。

问题是内联样式不适用于数据表。

使用此代码:

            <table  class="datatable display " border="0" cellpadding="0" cellspacing="1"style="width: 87%;margin: -1px 0 14px 27px;">
                <thead>
                    <tr>
                    <th>Name</th>
                    <th>DOB</th>
                    <th>Age</th>
                    <th>Sex</th>
                    <th>Action</th>
                    </tr>
                    </thead>
                    <tbody>
                </tbody>
            </table>

结果如下: 在此处输入图像描述

由于边距和宽度,它没有正确显示。

4

1 回答 1

1

你检查过这个吗?数据表自定义样式

于 2013-02-02T09:19:06.733 回答