DataTables individual column filtering example (multi_filter_select) with Server-side processing
DataTables individual column filtering example (multi_filter_select) with Server-side processing
Forgive me but I am a new user ... I would like to create a table of data coming from my external database mysql. So far, so good.
My issue comes up in "select".
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
My issue comes up in "select".
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.