How to run function on table update?
How to run function on table update?
Hello everybody, excuse me but I couldn't find this in the examples and in the forum..
How can I run a function on every table update?
I tried this but it's not working:
[code]
$(document).ready(function() {
$('#table-gps').dataTable({
"fnDrawCallback": function () { ... }
}
[/code]
Thanks folks!
How can I run a function on every table update?
I tried this but it's not working:
[code]
$(document).ready(function() {
$('#table-gps').dataTable({
"fnDrawCallback": function () { ... }
}
[/code]
Thanks folks!
This discussion has been closed.
Replies
Allan