How do you add a custom tooltip for specific columns in the grid?
For example, one my columns has the following grid schema setting:
item1Description: { editable: true, validation: { required: true }, defaultValue: '' }
When there is no value entered, the error message in the tooltip is "item1Description is required". How can I make it show a custom description like "Item 1 Description is required"?