Hi,
I have created a simple grid in the admin back-end which is working fine, I just want to manipulate the data before it is shown in the column. See the screenshot. The value of 'Unique ID' is stored hashed in the db and I want to show the unhased string in the grid.
Where can I manipulate this data returned from unique ID from the grid before shown? Also when using the search filter to search on the Unique ID in unhased value against hased from the db and show the results. I don't think this is very difficult to do but I can't find this.