upgrading from 1.9 to 1.10.6 and it seems like I do NOT have the new api method names?

upgrading from 1.9 to 1.10.6 and it seems like I do NOT have the new api method names?

rstudnerrstudner Posts: 21Questions: 10Answers: 0

a) I am 100% certain i'm not loading datatables 1.9 hah.
b) if I do:

var someTable = $("#table").dataTable();
I can call .fnClearTable() on it, but if I do someTable.clear() I get method undefined.

if I do
someTable.rows.add([ ] ); I get undefined.

is there some flag I need to flip to 'enable' the newly named API?

Answers

This discussion has been closed.