Hi Maxim
Its working great expect of one thing, you cannot search for the secondery value.
any idea what is wrong? I guess its related to the following code but I dont have any idea how to solve it...
for example if you try to search for u01 you dont get anything...
oAcFilePath.setFilterFunction(function(sValue, oItem) {
return oItem.getText().indexOf(sValue) != -1;
});
Thanks in advance!
Stephane