Individual column filter using "select" not working

Individual column filter using "select" not working

slfedeslfede Posts: 5Questions: 0Answers: 0
edited March 2013 in DataTables 1.9
Hi Guys,

I've been trying to use the individual column filters like on this example

http://www.datatables.net/release-datatables/examples/api/multi_filter_select.html

But I can't get it to work for some reason. I'm using jquery 1.9 and datatables 1.9, but I keep getting an error on the console on the first line of the example

[code]
(function($) {
[/code]

The error I get in the console is "Uncaught TypeError: object is not a function".

Any ideas would be great!

Thanks
Fede

Replies

  • allanallan Posts: 63,389Questions: 1Answers: 10,449 Site admin
    Please link to a test case: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read
This discussion has been closed.