Use fnUpdate in a page with multiple Datatables

Use fnUpdate in a page with multiple Datatables

imacimac Posts: 19Questions: 0Answers: 0
edited May 2013 in General
I am wondering if it is possible to use fnUpdate or any other method, such as fnGetData or so, in a page with multiple datatables. (2 in my case).

I create them using the same selector for both tables:
[code]
var tablePlugin = $('.tlmTable').dataTable(options);
[/code]
I want fnUpdate just to operate over the current table I am performing the action ignoring the other table.

Is it possible?
Thanks.
This discussion has been closed.