Show specific columns from table in list collector field by using ref_ac_columns for List Collector
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2025 12:55 AM
If you want to show some specific column values from the table in list collector field in catalog item or record producer, then use ref_ac_columns for List Collector as below:
In List Collector field, click on "Type Specifications" tab.
In Variable attributes write:
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=column_name1;column_name2;column_name3,ref_ac_columns_search=true
eg.
output :
Also , if you want to sort any column , then use ref_ac_order_by=column_name
It sorts the values alphabetically.
If you find it helpful, then please mark it as helpful. Thank you.
0 REPLIES 0