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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Using Modern Table Con...
Power Apps
Answered

Using Modern Table Control - Selecting Doesn't Work for Some Rows

(14) ShareShare
ReportReport
Posted on by 34

Hi, 

 

Working with the modern table control in power apps and experiencing some bugs. I have a table of data that I am adding columns too using the add columns function. 

It works mostly but when I scroll down on the table to about middle and select a row it no longer selects? Then after I select the "middle" record everything above it no longer selects but everything below it still does. It is such a strange bug that I have no idea how to fix! 

 

 

TableRowSelectedfalse.png
TableRowSelected.png
Categories:
I have the same question (9)
  • Borrid Profile Picture
    37 on at
    It is now 2026 and this is still not fixed.
  • Suggested answer
    isspawelporebski Profile Picture
    5 on at
    [Workaround]

    I recently encountered the bug with rows not being selected properly after loading more rows in the table.

    As noted by @RomanKlim, the issue persists even with the simplest items, but it's worth noting that the collection has more than 25 records. If you select only the 'List only' Reflow behavior, the bug does not occur. This seems to be because the list view is paginated, and only 25 records are visible at a time.

    To address this, I created pagination. In the Items property of the table, I used the formula provided at the end of this post. I also created controls to manipulate the lclPaginationIndex variable. You can follow Reza Dorrani's guidelines (the approach is the same as for galleries) in this video:
    https://www.youtube.com/watch?v=aKsNOsGj72A

    The solution is currently in the DEV stage, so I will update this thread after thorough testing.
     
    LastN(FirstN(<dataSource>,lclPaginationIndex*25),25)
     
  • Verified answer
    SebastianSikor Profile Picture
    4 on at
    Hello Microsoft,
     
    Please fix this issue! 
    Adding the Option to reset the table should help?
    There need to be a way of deselecting items from the table else the navigate is performed every time
  • hongkong Profile Picture
    277 on at
    The bug still exist in 2025.
    I confirmed the table have same bug behaviour on item selection. The table is working as expected if Reflow behaviour = List Only. It doesn't work for "Reflow" or "Grid Only"
  • AB_CHRT Profile Picture
    23 on at
    Authoring Version: 3.24122.12
     
    Can someone verify my findings. When I removed all search, filter, and sort functions from the Table's Items and simply listed the data source, filtering using the tables functions worked. I was also able to scroll down the list and select a record, both before and after filtering.

    UPDATE:
    The following code worked in Items:
    Sort('LCR Log', Date, SortOrder.Descending)
    -or-
    'LCR Log'


    Using a search modifier didnt:
    SortByColumns(Search('LCR Log', TextInputCanvas1.Value, Cartons, Cases),"Date",SortOrder.Descending)
  • Aymen Elo Profile Picture
    3 on at
    Still no fix as of 2024/12/18.
    This Table bug when Reflow behavior is set to Reflow or Grid only is causing issues in two of my tables.

    First when trying to scroll, then selecting a row: The Item property MyTable.Selected is empty
    Second when trying to scroll then doing a search (filter) on a table: The table shows all elements as if no filter was applied but the number of rows (filtered) is correct.

    This problem isn't anymore when using Reflow behavior as List only but that is not what I want in my app.

    Why is this not fixed ?
  • truc binh Profile Picture
    17 on at
    I am experienced the same issue. The table control's onselect event only works with the rows which were shown when loading. After scrolling those rows out of the view and new rows were shown, the onselect event wasn't triggered when I selected these rows.
  • CU13111733-0 Profile Picture
    2 on at
    Still experiencing the bug as of today. I'm glad to at least read a temporary solution to change the table layout to list.
  • mroux27 Profile Picture
    7 on at
    I have experienced the same thing today. The comment to change the Reflow Behaviour to List Only works - but that list is not suitable to work with as its ugly compared to the other formats. 
    I too get nothing in the Monitor when the onSelect isnt firing. I have also noted that some records in the grid work, at random, and others dont. 

    How has this not been resolved yet? This isnt the first 'modern control' to share such buggy issues. Quite frankly, they need sorting ASAP. If they arent going to make these modern controls more flexible in the way of design elements (like the old) then at least get the functionality they do have working right. Unacceptable.
  • zephaewryn2 Profile Picture
    3 on at

    The OnSelect event won't even fire for me.  It worked some yesterday.  Not at all today.

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 408

#2
WarrenBelz Profile Picture

WarrenBelz 382 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 328 Super User 2025 Season 2

Last 30 days Overall leaderboard