Business Directory & Links

Hello! 2 questions:
1.) Does anyone have any examples of the use of a business directory that details business name, business category, and business contact information? Like an alphabetical listing?

2.) Does anyone know how to have one piece of a table be clickable but not show the link being used?

Thanks!

If you are showing your business directory in a table or a repeater for example, then you can set the filter on the dataset itself in your Wix Editor to be shown in alphabetical order.
https://support.wix.com/en/article/about-filtering-and-sorting-database-content-displayed-in-page-elements
https://support.wix.com/en/article/filtering-database-content-displayed-on-your-page
https://support.wix.com/en/article/filtering-content-based-on-user-selection

Or you can use setFilter to filter the dataset and show it for a specific letter for example.
https://www.wix.com/corvid/reference/wix-dataset.Dataset.html#setFilter

Have a look at cell event and row event for the table, as long as you have set it up as shown here.
https://support.wix.com/en/article/table-settings

https://www.wix.com/corvid/reference/$w.TableCellEvent.html
https://www.wix.com/corvid/reference/$w.TableRowEvent.html