Ne arayalım?

ARAMIZA KATILIN

BİZE ULAŞIN

Adres:

E-posta:

host/bin/bilisimlife.dll

iletisim@bilisimlife.net




 
Rserit
Developer
       
 1026  
 278

Datatable cannot read property 'mData' of undefined Hatası

Selamlar,
jQuery DataTable kullandığınızda konsoldan "cannot read property 'mData' of undefined" gibi hatayla karşılaşabilirsiniz. Bunun sebebi thead ve tbody etiketlerinin olmaması.

Doğru kullanım:

< table id="table" >
< thead>
< tr>
< th>title-1
< /tr>
< /thead>
< tbody>
< tr>
< td>data-1
< /tr>
< /tbody>
< /table>

Bu gönderiyi 13.09.2017 17:08:57 tarihinde Rserit düzenledi.

Developer.