We are using advanced search and displaying results from external API. The lack of filters on the columns from the search results table is causing inefficient user experience. Is it a limitation in constellation or is there any way to achieve this?
@VinodBavandlaYou should implement a search group with properties and pass these filter criteria to the API. That should than return the filtered data.
@Ronald de Lignie Thank you for response. I am looking for filters and sort on the search results on the table. I am getting filtered results from API; however, use wants to filter on results table.