H,
I’m using your search all field wich is exactly what I needed thank you! The issue is that it reset my custom formatter, I don’t know why?
You can see it on http://metiers.ovh. Try to search “ingenieur” for example and look the first link.
Here’s the custom formatter code
function formatFctfrlink(cellvalue, options, rowObject) {
var imtbtext = $(rowObject).find('axxlink').text();
if(imtbtext.length == 0){
return cellvalue;
} else{
return ""+ cellvalue +"";
}
}
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top