Display label and displayvalue in AJAXTableCompleter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2022 10:45 AM
I have a catalog item variable that I am trying to display both the NAME, CAPACITY and FREE SPACE of the options. However, it looked like this when people are searching.
Here's the Variable attributes added to the variable:
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;capacity;freespace
Here's how it is displayed:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2022 10:59 AM
Hello,
Yes that's correct behavior only , what are you expecting then ? It will not display field name while searching it will just display values.
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2022 05:59 AM
The expected behavior was supposed to be what is documented here on the "Remove the display value column" section:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2022 06:09 AM
Have you done that one and still not working ? Just see what is 'Display' value in sys_user table and make changes accordingly, link you have shared has complete example and it should work properly.
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2022 11:25 AM
Hello,
What is the issue with this current behaviour? Please elaborate a little more so it would be easier to help you.
Thanks.