You can sort the data on the manager side and allow the user to sort the data on the site.
To do this, activate the "Enable sort on this column" option. The columns in our demo table at the top of this tutorial can be sorted. Try clicking on the title of a column: for example, you can reorder the rows of the table by sorting the column "first name" in alphabetical order
Insert links into your table cells
If you want to insert links in the cells of your table, it is possible but you have to do it in HTML. Copy and paste your link in HTML code. On your website, the link will appear clickable like any other link.