Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/76.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
Html 将元素与datatables中的分页按钮内联放置_Html_Css_Datatables - Fatal编程技术网

Html 将元素与datatables中的分页按钮内联放置

Html 将元素与datatables中的分页按钮内联放置,html,css,datatables,Html,Css,Datatables,我想把“比较和保存布局”按钮和分页按钮放在一起?在这里,我尝试使用边距,但不起作用 这里我使用数据表 这是我的表格和按钮代码: <div class="row" style="padding-top:20px;"> <div class="col-md-12"> <table border="0" cellspacing="0" class="table table-striped nowrap dataTable" id=

我想把“比较和保存布局”按钮和分页按钮放在一起?在这里,我尝试使用边距,但不起作用 这里我使用数据表

这是我的表格和按钮代码:

<div class="row" style="padding-top:20px;">
        <div class="col-md-12">
            <table border="0" cellspacing="0" class="table table-striped nowrap dataTable" id="sparepart_id" style="border-collapse: collapse;">
                <colgroup span="7" width="85"></colgroup>
                <thead>
                    <tr>
                        <th class="table-conf header-table">PART NO</th>
                        <th class="table-conf header-table">REVISED NO</th>
                        <th class="table-conf header-table">LATEST NO</th>
                        <th class="table-conf header-table">DESCRIPTION</th>
                        <th class="table-conf header-table">INCOMING DATE (FIFO)</th>
                        <th class="table-conf header-table">UNIT PRICE FOB JAPAN</th>
                        <th class="table-conf header-table">MIN ORDER QTY</th>
                        <th class="table-conf header-table">MASTER KEY1</th>
                        <th class="table-conf header-table">TOTAL STOCK QTY</th>
                        <th class="table-conf header-table">STOCK J</th>
                        <th class="table-conf header-table">STOCK B</th>
                        <th class="table-conf header-table">STOCK S</th>
                        <th class="table-conf header-table">STOCK X</th>
                        <th class="table-conf header-table">STORAGE</th>
                        <th class="table-conf header-table">LAST OPNAME</th>
                        <th class="table-conf header-table">DISCONTINUED</th>
                        <th class="table-conf header-table">MESIN</th>
                        <th class="table-conf header-table">SRP STANDARD RETAIL PRICE</th>
                        <th class="table-conf header-table">SRP CASH ON DELIVERY (COD)</th>
                        <th class="table-conf header-table">SUPERVISOR PRICE (COD)</th>
                        <th class="table-conf header-table">MANAGER PRICE (COD)</th>
                        <th class="table-conf header-table">DIRECTOR PRICE (COD)</th>
                        <th class="table-conf header-table">NOTE</th>
                    </tr>
                </thead>
                <tbody id="sparepart_data"></tbody>
            </table>
            <div class="row">
                <div class="col-md-8">
                    <a href="#"><button class="btn btn-primary form-input" style="border-radius: 10px;font-size:13px;" type="button">COMPARE</button></a> <input id="btn_user_filter" name="btn_user_filter" type="hidden"> <button class="btn btn-default form-input" data-filtertype="user" style="border-radius: 10px;font-size:13px;" type="button">Save Layout</button>
                </div>
            </div>
        </div>
    </div>

零件号
修订编号
最新编号
描述
输入日期(FIFO)
日本船上交货价
最小订单数量
万能钥匙1
库存总量
股票J
股票B
股票
股票X
存储
姓氏
中止
梅辛
标准零售价
SRP货到付款(COD)
监理价格(COD)
经理价格(COD)
董事价格(COD)
注
保存布局

您能在问题中添加您正在使用的datatables库吗?您的意思是什么?是版本吗?我的意思是你应该链接到datatables项目。有几个数据表库/插件。。。。为您的问题添加
datatables
标签将责任推给任何愿意帮助您首先尝试并确定您所写的datatables库或插件的人。通过更新您的问题,试图弄清楚这一点。您的问题是肯定的,但是更新不限于库的版本会更有帮助。您可以包含指向库本身的链接