I'm displaying some 'ID' values in a table, these IDs correspond to orders that can be accessed at https://orders.com/[ID.value]. How can I display these ID values, but have them link to the relevant URLs when clicked on?
The ID values and URLs are all present in the data for each entry, stored as separate values.
The best I can manage at the moment is one 'number' column with the ID values and another separate 'link' column with the URLs. Hoping I can condense this!
Thanks!