Multiple DataTables per page given ID is not working; bug

Multiple DataTables per page given ID is not working; bug

brandonros1brandonros1 Posts: 1Questions: 1Answers: 0
edited June 2015 in Free community support

<table id="foo_1">...</table>
<table id="foo_2">...</table>

$('#foo_1').DataTable(options); /* ok! */
$('#foo_2').DataTable(options); /* error; tries to reinitiate foo_1 */

Answers

This discussion has been closed.