Please help
Please help
jauson
Posts: 7Questions: 0Answers: 0
I am using dataTable plugin and using mysql as my database. my problem
is when i try to refresh my dataTable(ctr. R) my new added data is not showing up.
how come this happened? sorry for my bad english. please help.
var oTable;
$(document).ready(function(){
oTable = $('#the_table').dataTable({
'bProcessing':true,
'sAjaxSource':'get_data_from_history.php'
});
oTable.fnDraw();
});
is when i try to refresh my dataTable(ctr. R) my new added data is not showing up.
how come this happened? sorry for my bad english. please help.
var oTable;
$(document).ready(function(){
oTable = $('#the_table').dataTable({
'bProcessing':true,
'sAjaxSource':'get_data_from_history.php'
});
oTable.fnDraw();
});
This discussion has been closed.