We have the following SQL table:
When used in a Forms 10.2 table, the items are sorted:
I'm not sure why Forms decides to sort items like this (or at all, really), as opposed to displaying values in the order they are listed in the database. Regardless, this is an issue for us because it results in the most expensive item size being listed first.
I know I can use JavaScript to re-sort the items after they have been looked up, but this form is already full of JavaScript that we wrote to work around various bugs and issues and I'm wary of adding even more. Some users still have older mobile devices and running too much JS causes performance problems.
I feel like there should be an option in the Lookup Rules page that lets you pick whether you want items sorted when populating a table field from a lookup. If that is too much work, we would be OK with no sorting.