just add “$(“th”).show();” in the end of initComplete … , initComplete: function () { … $(“th”).show(); } , …
Tag: js
How to solve ajax.reload() not working for DataTables in JS File
If you use the reload in this way then it will probably not work. table.ajax.reload();