Hi, you can try the following sitemap:
{"_id":"theodorealexander2","startUrl":["https://theodorealexander.com/web/our-fabric"],"selectors":[{"id":"name","multiple":false,"parentSelectors":["product-click"],"regex":"","selector":"[class=\"cdk-global-overlay-wrapper\"]:last tr:contains('Name:') td:nth-of-type(2)","type":"SelectorText"},{"id":"grade","multiple":false,"parentSelectors":["product-click"],"regex":"","selector":"[class=\"cdk-global-overlay-wrapper\"]:last tr:contains('Grade:') td:nth-of-type(2)","type":"SelectorText"},{"delay":2000,"elementLimit":0,"id":"pagination","multiple":true,"parentSelectors":["_root"],"selector":".item","type":"SelectorElementScroll"},{"clickActionType":"real","clickElementSelector":"img.img-fab","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":1000,"discardInitialElements":"discard-when-click-element-exists","id":"product-click","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"clickActionType":"real","clickElementSelector":"[class=\"icon-close\"]","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":1000,"discardInitialElements":"discard-when-click-element-exists","id":"close-popup","multiple":true,"parentSelectors":["product-click"],"selector":"_parent_","type":"SelectorElementClick"}]}
It will perform a scroll to show all items and then click on each item to gather the specified data.
Hope this helps.