Individual column filtering (TEXT) get error
Individual column filtering (TEXT) get error
andrerocha
Posts: 2Questions: 0Answers: 0
I have trying to create an exemple with filter inputs text. But give some error :
Uncaught TypeError: Object [object Object] has no method 'column' .
This discussion has been closed.
Replies
Just need only this two javascripts?
//code.jquery.com/jquery-1.10.2.min.js
//cdn.datatables.net/1.10.0/js/jquery.dataTables.js
Very likely you are using
$().dataTable()
rather than$().DataTable()
. See the documentation for how to access the API for more information.Allan