将元素与数据表中的分页按钮内联

时间:2018-09-10 09:44:11

标签: html css datatables

我想将“比较和保存布局”按钮与分页按钮对齐吗?在这里我尝试使用保证金但不起作用 在这里我使用数据表 here is my table

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

<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>

0 个答案:

没有答案