query current 'dom' table option value
query current 'dom' table option value

Hi,
After get current table of my context:
var tab = $('.dataTable').DataTable().table(0);
How to view dom setted values of that table 'tab' e.g. : dom: 'friptip' ???
Best regards.
This discussion has been closed.
Replies
You want to get the DOM node for the container element?
table().container()
will do that.Allan