Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/80.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在Jquery jtable中的master之间添加空格_Jquery_Css_Jquery Jtable - Fatal编程技术网

如何在Jquery jtable中的master之间添加空格

如何在Jquery jtable中的master之间添加空格,jquery,css,jquery-jtable,Jquery,Css,Jquery Jtable,我正在尝试这样做: 我试着编辑jtable.js文件,添加边距底部:50px;在tr>jtable数据行中,但未成功 如何完成此操作?尝试在代码中添加以下CSS: table { border-collapse:separate; border-spacing:0 10px; } 使用padding-bottom而不是margin-bottom…尝试过这样做,但padding和margin似乎没有任何机会从浏览器中为我们提供一点渲染代码,而不是原始代码。。。或者用一些例子设置一

我正在尝试这样做:

我试着编辑jtable.js文件,添加边距底部:50px;在tr>jtable数据行中,但未成功


如何完成此操作?

尝试在代码中添加以下CSS:

table {
    border-collapse:separate;
    border-spacing:0 10px;
}

使用padding-bottom而不是margin-bottom…尝试过这样做,但padding和margin似乎没有任何机会从浏览器中为我们提供一点渲染代码,而不是原始代码。。。或者用一些例子设置一个…它给出了这个边界间距:0 10px应该是你想要的。