Individual column filtering (TEXT) get error

Individual column filtering (TEXT) get error

andrerochaandrerocha 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' .

Replies

  • andrerochaandrerocha Posts: 2Questions: 0Answers: 0

    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

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    Very likely you are using $().dataTable() rather than $().DataTable(). See the documentation for how to access the API for more information.

    Allan

This discussion has been closed.