Hello All -
The modern table is a good control and is responsive. I am displaying my SharePoint Data using the modern table. I need another column to be display which is basically the sum of two columns. I use AddColumns in Power Apps to add this additional column to my already existing sharepoint data source. The column gets displayed correctly. The issue observes here is that the modern table no longer sorts data. If i remove the add columns and change the modern table Items property to the SharePoint data source then the sorting works as expected. Anyone else facing this issue or if there is any solution to this.
Modern Table Items = AddColumns(SPListData,NewCalculatedColumn, Quantity * Price)