Press "Enter" to skip to content

Resolve DataTable Uncaught TypeError: fa is undefined and TypeError: h is null

The main issue is un matched number of tables.

  1. The number of columns on defining datatable and html table should be same.
  2. Do not use colspan=”” or like that, add those properties later one by one.
  3. be sure you use <thead> and  <tbody>

Be First to Comment

Leave a Reply