Please help, Uncaught SyntaxError: Unexpected identifier 'columnDefs'
Please help, Uncaught SyntaxError: Unexpected identifier 'columnDefs'
lamsas
Posts: 3Questions: 1Answers: 0
I cannot seem to figure out what it is I'm doing wrong here. always show error in 'columnDefs'
This question has accepted answers - jump to:
Answers
Its a syntax error. You need a comma separating the options. The comma follows the
}
on the line abovecolumnDefs: [
.Kevin
thank you, i try to edit the coding
add another error
See this thread.
Kevin
thank you it works adding "," after "columnDefs"
my mistake that the number of column in table and the target dont match
Looks like you've got a typo as well - "oderable" should be "orderable".