第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

jQuery Datatable問題與Bootstrap 4模態(tài)

jQuery Datatable問題與Bootstrap 4模態(tài)

慕碼人8056858 2021-04-13 17:18:52
目前我有一個這樣的數(shù)據(jù)表,https://prnt.sc/nbfmge當(dāng)用戶單擊任何項目時,我正在打開bootstrap 4 modal,它將打開https://prnt.sc/nbfmrj但是當(dāng)數(shù)據(jù)表處于模式時,我沒有獲得搜索和分頁功能。這是我的代碼這是HTML代碼:<!-- Modal body --><div class="modal-body">    <div class="card">        <div class="card-header">            <h5 class="card-title float-left">List of items</h5>        </div>        <div class="card-body row">            <div class="col-md-12">                <div class="table-responsive">                    <table class="table table-bordered display" id="datatables">                        <thead>                            <tr>                                <th scope="col">#</th>                                <th scope="col">Item Name</th>                                <th scope="col">Item Model</th>                                <th scope="col">Item Year</th>                                <th scope="col">Item Condition</th>                                <th scope="col">Item Price</th>                                <th scope="col">Status</th>                            </tr>                        </thead>                        <tbody id="showEmployeesReportItems">                            <!-- List of Items -->                        </tbody>                    </table>                </div>            </div>        </div>    </div></div>這是我的jQuery代碼:$('#datatables').DataTable().destroy();$('#showEmployeesReportItems').html(html);$('#datatables').DataTable();如何獲得模態(tài)數(shù)據(jù)表中的分頁和搜索功能?
查看完整描述

1 回答

?
慕姐4208626

TA貢獻(xiàn)1852條經(jīng)驗 獲得超7個贊

有解決方案,將id =“ datatables”引導(dǎo)程序模式主體ID更改為2、3或任何數(shù)字,并在此處將其更改為$('#datatables2')。DataTable(); 現(xiàn)在,jQuery數(shù)據(jù)表也可以在引導(dǎo)模態(tài)下正常工作。


查看完整回答
反對 回復(fù) 2021-04-29
  • 1 回答
  • 0 關(guān)注
  • 262 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號