Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35270

Object doesn't support property or method 'column'

$
0
0

Object doesn't support property or method 'column'

I get this error trying to run the following code:

var name = $("#monthFilter option:selected").text();
table.column(7).search(name).draw();

Before you tell me to read the FAQs, I did check to make sure I'm using the correct initialization of the table, that is:

 var table = $('#tblForecast').DataTable();

as opposed to:

var table = $('#tblForecast').dataTable();

And still no luck. Am I missing something obvious?


Viewing all articles
Browse latest Browse all 35270

Trending Articles