I have a Record list of values and I have bound those values to a table. The table is displaying data, but I need to sort the table dynamically. Is there any OML file available for this? Thanks in advance.
Hi all thanks for your replies i have completed this .
Hello @Deepak Raj M ,
This article contains multiple guides, including one for sorting: Paginating, sorting and filtering data from a Data Action .
Hi @Deepak Raj M ,
You can check the below post as well for reference:
https://www.outsystems.com/forums/discussion/82748/dynamic-sort/
https://success.outsystems.com/documentation/11/building_apps/data_management/data_operations/sort_results_in_an_aggregate/
https://success.outsystems.com/documentation/how_to_guides/development/how_to_enable_dynamic_sorting_in_a_table_fed_by_a_sql_query/
Regards,
Manish Jawla
thanks for your reply , i don't need using aggregate , Record list value assigned to table , need to sort that table
@Deepak Raj M : You can achieve the same using ListSort client action to sort items locally.
Kindly refer to the discussion at https://www.outsystems.com/forums/discussion/66412/how-can-i-proper-sort-a-list-on-an-reactive-app/