Dwight Posted October 25, 2021 Share Posted October 25, 2021 (edited) 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. Edited October 25, 2021 by Dwight image not good (see edit history) Link to comment Share on other sites More sharing options...
Dwight Posted October 28, 2021 Author Share Posted October 28, 2021 (edited) Ok I found it in GridDataFactory which I will override and use my method. Or a hook. Edited October 29, 2021 by Dwight typo (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now