Ability to have a dynamic dropdown in a table editor
Users not have the ability to write a custom expression that enables a dropdown to filter its contents based on the value of another column. For example, the selection of 'INDOOR GAMES_47' will limit what the BUYER NUMBER ID dropdown displays so that only the relevant values are shown.

Ability to filter a dropdown using a substring
Previously, in a mapped column of a table editor, the user was able to start typing the name of an item and the filter would jump to the first match based on the 0th charindex value.
Now a user can type the string of characters generating a substring match for the dropdown contents. For example, if the dropdown was:
'aardvark'\ 'animal'\ 'amalgam'\ 'apple'\ 'malaria'
The user can now type in 'mal' and the dropdown would then show:\ 'animal'\ 'amalgam'\ 'malaria'\ Image
Text Wrap Function for the hover feature
Validation messages and user comment columns are typically near the end of the table editor, and can become large in content. The text hover display often goes off the end of the monitor.

The hover text that appears in the table editor is now able to wrap so that it isn't so long and will now not go off the monitor.