Table Behaviour on Mobile Devices

I have a table that displays a list of fixtures in date order that the club will play that season. The table displays fine in both desktop and in mobile modes. However, I found by accident on a mobile, that if I touch the cell in a column header, it sorts that table data using that column field as a property. There is no equivalent behaviour on the desktop version.

  1. Should the mobile version be behaving this way?
  2. Is there any way to turn this off as I don’t want users inadvertently altering the table data.

If this behavior is not coded or in any way programmed by you - you would be better suited going through Wix Support about this issue as it is not a code issue:
https://support.wix.com/en/article/contacting-wix-support
In this way it is easier to assist on the issue since it will be possible to view the Editor and further troubleshoot.

To anyone interested in this, I did get in touch with Wix support and they confirmed that this was expected behaviour for a table on a device with a touch capability. However, they did suggest a neat way to achieve my objective.

The answer was to simply define a transparent box that sat over the top of the table headings, and ensure that the box element was more forward in the overlapping element order. That way any user keyboard action would be directed to the box element (where it is ignored) rather than to the table element.

IIt works a treat. Also, I guess by controlling whether the box is collapsed or not, I could turn this feature on or off, but I haven’t tried that so cannot confirm.