Hi all,
I have a PowerApp with a modern table that uses a SharePoint list as a data source, i.e., items = SPList.
When items = SPList, the sorting functionality on the table works. That is, I can sort various columns by 'Ascending' or 'Descending' in the table using the built in functionality.
When I add the Search function to the items property, i.e., items = Search(SPList, SearchInput.Text, column1, column2), the sorting functionality no longer works. That is when I click on Ascending, or Descending on the table header, nothing happens.
Curious if anyone has experience this issue or has any idea on how to address it.
Thanks for you help,
Jan