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?