just add “$(“th”).show();” in the end of initComplete
...
,
initComplete: function () {
...
$("th").show();
}
,
...
just add “$(“th”).show();” in the end of initComplete
...
,
initComplete: function () {
...
$("th").show();
}
,
...