I am trying to duplicate the tabs example from here: http://www.datatables.net/examples/api/tabs_and_scrolling.html I used that example code.
On my end (using Google App Engine) I can get 2 tables to display but one is on top of the other instead of hidden and I get the "Cannot reinitialize datatable" warning. See http://ajcntrends.appspot.com/
It sounds like I need to use bDestroy to prevent both tables from being open at the same time but I can't figure out where to put it. I'm a beginner with coding and especially JS. Can someone give me a hint? Thanks!
On my end (using Google App Engine) I can get 2 tables to display but one is on top of the other instead of hidden and I get the "Cannot reinitialize datatable" warning. See http://ajcntrends.appspot.com/
It sounds like I need to use bDestroy to prevent both tables from being open at the same time but I can't figure out where to put it. I'm a beginner with coding and especially JS. Can someone give me a hint? Thanks!