Why suddenly i got this error "Uncaught TypeError: table.row is not a function"?
Why suddenly i got this error "Uncaught TypeError: table.row is not a function"?
yudhath
Posts: 1Questions: 1Answers: 0
Good Afternoon, i want to ask why suddenly i got this error "Uncaught TypeError: table.row is not a function" ? I use table.row for take row value when button was clicked, but before table.row work perfectly. I already include jquery data table 1.10.15, why this would happen?
Thankyou
This discussion has been closed.
Answers
Please share your code or page URL where this issue occurs.
See more articles about jQuery DataTables on gyrocode.com.
My guess is that you are using
$().dataTable()
rather than$().DataTable()
, but as gyrocode says, we'd actually need to see the code or a test case.Allan