Hi, thanks for the support.
I get the test JSON with Ajax and return it:
filter_selectSource : {
2:function(table, column, onlyAvail){
return $.getJSON("../admin/callbacks/getSelectFilterSearch.php",function(data){
return data.hasOwnProperty('options') ? data.options : false;
});
}
}
The JSON is: {"options":["a","b","c"]}
How do you fill the select with the json?
Thanks!
Hi, thanks for the support.
I get the test JSON with Ajax and return it:
The JSON is:
{"options":["a","b","c"]}How do you fill the select with the json?
Thanks!