Error

Error

zhovozhovo Posts: 1Questions: 1Answers: 0

why put this error:
Uncaught TypeError: undefined is not a function
in this:
$('#jq-datatables-example tbody').on( 'click', 'tr', function () {
var d = table.row( this ).data();
} );

Answers

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin

    Can you link to the page in question please? My guess is that you are running into this issue.

    Allan

This discussion has been closed.