- My goal:
I want to enable built-in column sorting on a table column that uses HTML format to display an image, name, and phone number in my Retool app. Ideally, clicking the column header should sort the data alphabetically byname, just like a normal text column. - Issue:
When the column format is set to HTML the sort icon toggles on header click, but the data does not reorder. Sorting works perfectly when the column format is changed back to Text, so the issue seems related to the HTML renderer breaking the built-in sorting behavior. - Steps I’ve taken to troubleshoot: Verified that the column’s Source and ID are both set to
name. - Additional info:
The HTML column shows an image and text:
{{ currentSourceRow.name }}
{{ currentSourceRow.phone_number }}
