財產「_DT_CellIndex」我不能夠解決以下數據表錯誤:無法解決的DataTable SCRIPT5007:無法設置的未定義或空引用
SCRIPT5007: Unable to set property '_DT_CellIndex' of undefined or null reference
我試圖尋找所有在互聯網上發現this是最好的解決方案。但是我仍然無法解決這個問題。我在這裏錯過了什麼嗎?我是JavaScript中的新手。
財產「_DT_CellIndex」我不能夠解決以下數據表錯誤:無法解決的DataTable SCRIPT5007:無法設置的未定義或空引用
SCRIPT5007: Unable to set property '_DT_CellIndex' of undefined or null reference
我試圖尋找所有在互聯網上發現this是最好的解決方案。但是我仍然無法解決這個問題。我在這裏錯過了什麼嗎?我是JavaScript中的新手。
A simple mistake, the table header had a column " with no title, but the column did not exist in the table itself. I could not see it missing (because o no title and no borders).
有用嗎?
我們有基於列的從0
在我們的餐桌開始數在DataTable中初始化了同樣的錯誤,有什麼固定的,我們正在改變(目標),我們有4列,以便taget:3 ]
$.extend($.fn.dataTable.defaults, {
columnDefs: [{
targets: [ 3 ]
}]
});
謝謝你的快速回復......讓我看看 –
它似乎沒有解決.....你知道我該如何檢查我的表格thead標記td是否與我的表格匹配tbody td? –
你可以在這裏發送你的代碼https://jsbin.com,這樣我可以幫助你更好嗎? – a7madgamal