Individual Column Filtering Select

Individual Column Filtering Select

mccarvillemccarville Posts: 4Questions: 0Answers: 0
edited February 2011 in General
I am trying to use a JSON data source with the individual column filtering example. The data is displaying in my table fine but there are no options in my drop down lists? I wonder if I am putting the reference to the data in the wrong part of the initialisation? Right now I am using the exact code from the example source with the addition of the sAjaxSource line:

[code]$(document).ready(function() {
/* Initialise the DataTable */
var oTable = $('#example').dataTable( {
"sAjaxSource": 'data_home_faculty_JSON.php',
"oLanguage": {
"sSearch": "Search all columns:"
}
} );[/code]

Any thoughts?
This discussion has been closed.