"$.fn.dataTable.luxon is not a function"
"$.fn.dataTable.luxon is not a function"
dsiga
Posts: 2Questions: 1Answers: 0
Link to test case:
http://live.datatables.net/zizetode/2/edit?html,js,console,output
Debugger code (debug.datatables.net):
Due to the error, the debugger doesn't detect the table and the result is empty.
Error messages shown:
`
"TypeError: $.fn.dataTable.luxon is not a function
at HTMLDocument.<anonymous> (<anonymous>:4:40)
at j (http://code.jquery.com/jquery-1.11.3.min.js:2:27309)
at Object.fireWith [as resolveWith] (http://code.jquery.com/jquery-1.11.3.min.js:2:28122)
at Function.ready (http://code.jquery.com/jquery-1.11.3.min.js:2:29956)
at HTMLDocument.J (http://code.jquery.com/jquery-1.11.3.min.js:2:30322)
at http://live.datatables.net/js/prod/runner-3.17.11.min.js:1:13489
at http://live.datatables.net/js/prod/runner-3.17.11.min.js:1:10543"
`
Description of problem:
I'm trying to use search builder with luxon but couldn't get it to work. Any help would be very appreciated!
Thanks!
This question has an accepted answers - jump to answer
Answers
Your syntax for loading
datetime-luxon.js
is incorrect. I fixed it here:http://live.datatables.net/zizetode/4/edit
Kevin
Oh, missed it.
Thanks a lot!