You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Just confirmed - if I re-order the table1.MakeCellsEditable and table2.MakeCellsEditable so the 2nd table will be initiated the last, I can call the second table callback function. Yes, it is the limitation.
Can you update the code so we can have a few editable tables on the same page?
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?
The text was updated successfully, but these errors were encountered: