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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

如何定位 DataTables 導(dǎo)出按鈕組?

如何定位 DataTables 導(dǎo)出按鈕組?

慕尼黑8549860 2021-10-29 13:45:04
我有一張桌子我使用 Datatable 自動(dòng)呈現(xiàn)導(dǎo)出按鈕。我不知道如何強(qiáng)制它與搜索輸入框?qū)R。這是我的代碼<div class="row">    <div class="col-md-12">        <div class="panel panel-filled">            <div class="panel-body">                <input type="text" class="form-control mb20" id="inputSearch" placeholder="Search">                <table class="table table-responsive-sm">                    <thead>                        <tr>                            <th></th>                            <th>Event</th>                            <th>Node ID</th>                            <th>Timestamp</th>                        </tr>                    </thead>                    <tbody>                        @foreach($sysEvents as $sysEvent)                        <?php                        $faIcon = App\Models\Log::getLogIcon($sysEvent->logLevel);                        $faHexColor = App\Models\Log::getLogColor($sysEvent->logLevel);                        ?>                        <tr>                            <td class="text-center"><i class="fa fa-{{ $faIcon }}" style="color: {{ $faHexColor }}"></i></td>                            <td> {{ $sysEvent->healthEventMessage }}</td>                            <td style="color:#1bbf89; " >{{ $sysEvent->deviceId }}</td>                            <td class="text-accent"> {{ $sysEvent->createdAt }}</td>                        </tr>                        @endforeach                    </tbody>                </table>            </div>        </div>    </div></div>
查看完整描述

2 回答

  • 2 回答
  • 0 關(guān)注
  • 149 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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