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

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

將 Laravel 與 database.net 集成 - 行中可見(jiàn)的 html 標(biāo)簽

將 Laravel 與 database.net 集成 - 行中可見(jiàn)的 html 標(biāo)簽

PHP
蕪湖不蕪 2023-04-21 09:56:57
我在我的項(xiàng)目中使用這個(gè)組件:yajra/laravel-datatables我有控制器:public function dataTable(Request $request)    {        if ($request->ajax()) {            return Datatables::of($this->model->all())                ->addIndexColumn()                ->editColumn('enable', function ($row) {                    if ($row->enable == 1)                        return '<span class="label font-weight-bold label-lg  label-light-success label-inline">aktywny</span>';                    else return '<span class="label font-weight-bold label-lg  label-light-danger label-inline">nieaktywny</span>';                })                ->editColumn('name', function ($row) {                    return Str::limit($row->name, 80, '...');                })                ->addColumn('action', function ($row) {                    $btn = '<a href="' . route('product.edit', ['id' => $row->id]) . '" class="removeItem"><i class="far fa-edit"></i></a> ';                    $btn .= '<a href="' . route('product.destroy', ['id' => $row->id]) . '" class="removeItem"><i class="removeItem far fa-trash-alt"></i></a> ';                    return $btn;                })                ->rawColumns(['action'])                ->make(true);        }    }和 html: <table class="table table-bordered data-table    ">                        <thead>                        <tr class="resources">                            <th>ID</th>                            <th>Nazwa produktu</th>                            <th>Status</th>                            <th width="100px" class="text-center">Akcja</th>                        </tr>                        </thead>                        <tbody class="data-table-center">                        </tbody>                    </table>                </div>                ]            });        });在狀態(tài)(啟用)列中,我看到此 html 而不是最終字符串。好像一個(gè)刀片會(huì)嚴(yán)重取代這樣的 html。我的結(jié)果:<span class="label font-weight-bold label-lg label-light-success label-inline">aktywny</span>預(yù)覽: https: //ibb.co/6tXdH65我該如何解決?
查看完整描述

目前暫無(wú)任何回答

  • 0 回答
  • 0 關(guān)注
  • 111 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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