Forum Discussion
Cam_Morgan
Dec 16, 2022Copper Contributor
SharePoint conditional list properties view
I am creating a modern SharePoint site to display some detailed content, such as data element formats and definitions for review. The content is currently stored in rows of an excel document for each...
SvenSieverding
Dec 16, 2022Bronze Contributor
You could import all data into a list and use json list formatting to add a little custom hover card.
If you now hover over the item that card will display additional Information.
Take a look at this sample:
https://github.com/pnp/List-Formatting/tree/master/view-samples/custom-hover-card
If you now hover over the item that card will display additional Information.
Take a look at this sample:
https://github.com/pnp/List-Formatting/tree/master/view-samples/custom-hover-card