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

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

如何解決Jquery數(shù)據(jù)表中無法設(shè)置未定義的屬性“_DT_CellIndex”

如何解決Jquery數(shù)據(jù)表中無法設(shè)置未定義的屬性“_DT_CellIndex”

PHP
梵蒂岡之花 2023-07-08 17:31:26
<?php? ? if(mysqli_num_rows($result)>0)? ? {?>? ? ? ? <table class="table table-striped" id="example" align="center">? ? ? ? ? ? <tr>? ? ? ? ? ? ? ? <thead>? ? ? ? ? ? ? ? ? ? <th style="padding:7px">Name</th>? ? ? ? ? ? ? ? ? ? <th style="padding:7px">Email</th>? ? ? ? ? ? ? ? ? ? <th style="padding:7px">Position</th>? ? ? ? ? ? ? ? ? ? <th style="padding:7px">Action</th>? ? ? ? ? ? ? ? </thead>? ? ? ? ? ? </tr>? ? ? ? ? ? ? ? <tbody id="myTable">? ? <?php? ? ? ? echo "<tr>";? ? ? ??? ? ? ? while($row=mysqli_fetch_assoc($result))? ? ? ? {? ? ? ? ? ? $id = $row['id'];? ? ? ? ? ? echo "<td style='padding:7px'>".$row["name"]."</td>";? ? ? ? ? ? echo "<td style='padding:7px'>".$row["email"]."</td>";? ? ? ? ? ? echo "<td style='padding:7px'>".$row["position"]."</td>";? ? ? ? ? ? ?>? ? ? ? ? ? <td style='padding:7px'><button class="btn btn-info"? onclick="deleteUser('<?php echo $row['id'];?>')"> <i class="fa fa-trash"></i> DELETE </button> |? ? ? ? ? ? <a class="btn btn-info" href="edit_user.php?id=<?php echo $row['id'];?>"> <i class="fa fa-pencil"></i> EDIT</a> |? ? ? ?? ? ? ? ? ? <button class="btn btn-info? abc" value="View Data" data-id="<?php echo $row['id']; ?>">? <i class="fa fa-eye"></i> VIEW DATA </button>? ??? ? ? ? ? ? </td>? ??? ??? ? ? ? ? ? <?php echo "</tr>";?? ? ? ? } ?>? ? ? ? ? ? ? ? </tbody>? ??? ? ? ? ? ? ? ? <tfoot>? ? ? ? ? ? ? ? <th style="padding:7px">Name</th>? ? ? ? ? ? ? ? <th style="padding:7px">Email</th>? ? ? ? ? ? ? ? <th style="padding:7px">Position</th>? ? ? ? ? ? ? ? <th style="padding:7px">Action</th>? ? ? ? ? ? ? ? </tfoot>? ? ? ? ? ? ? ??? ? ? ? <?php? ? ? ? ?echo "</table>";? ? ? ? ?? ? ?}? ? else? ? ? ? {? ? ? ? ? ? echo "No row exists";? ? ? ? }? ? ?>我正在使用 Jquery Datatable 來排序、搜索和分頁數(shù)據(jù)。在我運(yùn)行代碼后,它顯示錯(cuò)誤 _DT_CellIndex' 未定義。?<tr>、<td>、<th>、<thead>、<tbody>、<tfoot>標(biāo)簽正確使用并正確關(guān)閉。
查看完整描述

1 回答

?
紅顏莎娜

TA貢獻(xiàn)1842條經(jīng)驗(yàn) 獲得超13個(gè)贊

首先,我在谷歌上搜索了您的錯(cuò)誤,看起來這通常意味著您的表在某種程度上存在格式錯(cuò)誤,例如行大小不匹配。

它說“錯(cuò)誤:您不能在 thead 組之前定義任何行”

我很確定你的問題是你需要嵌套tr在 的內(nèi)部thead,而不是相反:

? ? ? ? <table class="table table-striped" id="example" align="center">

? ? ? ? ? ? <thead>

? ? ? ? ? ? ? ? <tr>


? ? ? ? ? ? ? ? ? ? <th style="padding:7px">Name</th>

? ? ? ? ? ? ? ? ? ? <th style="padding:7px">Email</th>

? ? ? ? ? ? ? ? ? ? <th style="padding:7px">Position</th>

? ? ? ? ? ? ? ? ? ? <th style="padding:7px">Action</th>

? ? ? ? ? ? ? ? </tr>

? ? ? ? ? ? </thead>


查看完整回答
反對(duì) 回復(fù) 2023-07-08
  • 1 回答
  • 0 關(guān)注
  • 163 瀏覽

添加回答

舉報(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)