aoData is null when using multiple instances of jquery datatable
问题 Scenario: On a webpage I have three divs that contain table tags. There are 3 buttons, clicking on each button creates an instance of the datatable on a particular div with the table tag. The datatable gets the data from serverside All the data returned and displayed, pagination, filtering works fine. So when all three instances are created, using fnSettings() on only the last instance created returns the proper object, and the other two instances return null So using fnData() etc api methods