- Posts: 7
- Thank you received: 0
thanks, I edited the archive and added the code and change the title name of the table, but nothing happen.
here I send you the two archives the original and the edited so please you can fix it.
Please Log in or Create an account to join the conversation.
My bad, I did not close the if statement. So here is the new code:
if($this->_config->tableCaption == 'Performance'){
$field['output_script'] .="<script>
setInterval(function(){
searchjx('".$this->ajaxURL("", "", 0 )."', '$this->_ID');
}, 10000);
</script>";
}
Please Log in or Create an account to join the conversation.
I insert the code and the web looks good but it doesn't reload refresh automatically yet...
also I would like to play a sound when a new row is added in the table.
Please Log in or Create an account to join the conversation.
I have tested the code and it should work. Could you please check if the code was inserted correctly or just paste in the code above one more time.
Please Log in or Create an account to join the conversation.
thanks, it was my error I insert the code and now it works great.
thanks so much.
also I would like that the table play a sound every time a new row is added, to advice the users that new data is in the web.
Please Log in or Create an account to join the conversation.