Quantcast
Viewing all articles
Browse latest Browse all 82158

ColumnFilter Plugin Help

Hey again,

I am trying to add the columnFilter plugin and added it to my js file, but I keep getting a syntax error. Any ideas? http://jagst3r15.com/scholarships360/table-of-scholarships/

 jQuery(document).ready(function($) {
    $('#scholarships').dataTable( {
        "bJQueryUI": true,
        "sPaginationType": "full_numbers",
        "iDisplayLength": 50,
 
    } );
		  .columnFilter({
			aoColumns: [ { type: "select", values: [ 'Gecko', 'Trident', 'KHTML', 'Misc', 'Presto', 'Webkit', 'Tasman']  },
				     { type: "text" },
				     null,
				     { type: "number" },
             { type: "select" }
				]

		});
 
} );

Viewing all articles
Browse latest Browse all 82158

Trending Articles