web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Sort icon for all colu...
Power Apps
Answered

Sort icon for all columns in datatable

(0) ShareShare
ReportReport
Posted on by 56

I have created a data table in canvas app In that I need sort icons for all columns separately. Already I have given some features like filter and search. Below I have attached the code in snapshot for reference. Can anyone help me with this? 

code.JPG
Sort icon.JPG
Categories:
  • Verified answer
    v-mengmli-msft Profile Picture
    Microsoft Employee on at

    Hi @Roar1 ,

     

    I suggest that you create a collection to hold all the filtered data, so that you can update the data in the collection by changing how the collection is sorted, in the sense that the data in the collection will be updated according to the column you choose to sort.

     

    Please try this:

    1)Set the OnChange of each dropdown which you use to filter data:

    ClearCollect(mm,Filter(Table1,TextInput3.Text in 'Report Name'......))

    2)Set the Items of your data table:

    mm

    3)For each icon you use to sort a column:

    Set the OnSelect of icon:

    ClearCollect(mm,Sort(mm,column1,SortOrder.Ascending))

    The result of my test:

    vmengmlimsft_0-1694080190109.pngWhen I select the icon above "student":

    vmengmlimsft_1-1694080222452.png

     

    Best regards,

    Rimmon Li

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 393 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 278 Most Valuable Professional

Last 30 days Overall leaderboard