St.dataframe not sorting on mobile device

In my app I display a dataframe using st.dataframe.

On my laptop it works as expected, displaying the data and allowing the user to sort by column.
On my mobile device I can view the data but there is no option to sort.

The documentation doesnโ€™t note any differences between platforms, so I assumed that this should work on mobile as well.

Am I missing something?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.