Deafult row slection after sorting seems to not work

  • Goal: To automatically select the first row after the table is sorted.

  • Steps: I tried to create an event handler but this doesnt work as we cannot see index type in here.

sorting and default row doesnt go together, it is still taking the index row selection.
image

could you please look into this. @Tess @kbn , @victoria , @Kabirdas , @joeBumbaca , @ScottR

Hi @Pravallika.dontha,

Thanks for your feedback. I've reported this as a bug and will post any updates I have for you here.

In the meantime, you can work around this behavior by running an Event handler to update the selected row when the sorting changes. It's a little hacky, but will work until this issue is fixed. Please see below!