VMware {code} Community
abhishekdubey
Enthusiast
Enthusiast
Jump to solution

Filter On Custom Objects Not working on HTML5

I have developed a plugin using 6.0 SDK and deployed it to 6.5 VC which has both flex and HTML5 client.

I have used Comparator.TEXTUALLY_MATCHES in order to provide filtering custom object datagrid [list of chasis filter by name for example] based on sample ChassisRackVSphereDataAdapter

which is working fine when i deployed my plugin to 6.5 Flex.

However, for same binaries filtering is not working on HTML5 client.

Do i need to make some configuration changes or code changes in order to make the filtering functioning on both the client Flex/Html5 ?

1 Solution

Accepted Solutions
ChrisSmith2
Enthusiast
Enthusiast
Jump to solution

The HTML UI uses "CONTAINS" instead of "TEXTUALLY_MATCHES" - see my previous thread here:

VSphere 6.5U1 filter Comparator type

View solution in original post

2 Replies
ChrisSmith2
Enthusiast
Enthusiast
Jump to solution

The HTML UI uses "CONTAINS" instead of "TEXTUALLY_MATCHES" - see my previous thread here:

VSphere 6.5U1 filter Comparator type

abhishekdubey
Enthusiast
Enthusiast
Jump to solution

Thanks it worked.

0 Kudos