DataTables individual column filtering example (multi_filter_select) with Server-side processing

DataTables individual column filtering example (multi_filter_select) with Server-side processing

cecco74cecco74 Posts: 11Questions: 3Answers: 0
edited November 2012 in General
Many compliments, great tool and great work. I'm new to jscript & jquery, so pardon my ignorance but i need a help.
This is my code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



PAGE










/*1*/ function fnCreateSelect( aData ){
var r=' Select... ', i, iLen=aData.length;
for ( i=0 ; i
This discussion has been closed.