调整数据表的宽度和填充

时间:2013-02-02 09:05:55

标签: javascript jquery css datatables

我有大约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>

结果如下: enter image description here

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

1 个答案:

答案 0 :(得分:1)

你检查过这个吗? Datatables Custom styling