How to reload the selected tab? Actually I have problem with reloading part. When I add my data I\'ll successfully saved in datatable but in id field in database it shows pr
If anything works! Do this:
example:
how to reload the table: $('#tabledisplay').empty(); $('#tabledisplay').append(""); initTable( "tablename"); initTable is just a method, that initialized the Table with getJSON. 0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
how to reload the table:
$('#tabledisplay').empty(); $('#tabledisplay').append(""); initTable( "tablename");
initTable is just a method, that initialized the Table with getJSON.