In the "Address" fields of my database, the states are stored as IDs.
So in the ´tb_states´ field, when the value is 1 it means it's Alabama, 2 means Alaska, etc.
How to display them as the state names instead of the database ids in Grocery Crud?