I've used the advanced example in my code. On the same page I have two bootstrap tabs each contains a datatable (different IDs). When I make an update in a table (doesn't matter first or second) only callback function of the first table is called.
When I disable edit in the first table I'm able to call the callback function of the second table.
Is this a limitation to have only one editable datatable on the page?