Hi,
Given the mechanics of the website, I recommend scraping the name data and the rest of the data in separate sitemaps and combining the data output. Please see the reference sitemaps below:
{"_id":"artemisanalytics-com_name","startUrl":["https://app.artemisanalytics.com/stablecoins"],"selectors":[{"elementLimit":0,"id":"name_wrapper","multiple":true,"parentSelectors":["_root"],"scroll":true,"selector":".MuiDataGrid-pinnedColumns div.MuiDataGrid-cell--withRenderer","type":"SelectorElement"},{"id":"name","multiple":false,"multipleType":"singleColumn","parentSelectors":["name_wrapper"],"regex":"","selector":"div.MuiDataGrid-treeDataGroupingCell","type":"SelectorText","version":2}]}
{"_id":"artemisanalytics-com_data","startUrl":["https://app.artemisanalytics.com/stablecoins"],"selectors":[{"elementLimit":0,"id":"row_wrapper","multiple":true,"parentSelectors":["_root"],"scroll":true,"selector":".MuiDataGrid-virtualScrollerRenderZone div.MuiDataGrid-row","type":"SelectorElement"},{"extractAttribute":"alt","id":"Chains","multipleType":"singleColumnWithSeparator","parentSelectors":["row_wrapper"],"selector":"div[data-field='child_keys'] img","type":"SelectorElementAttribute","version":2},{"id":"Pegged Currency","multiple":false,"multipleType":"singleColumn","parentSelectors":["row_wrapper"],"regex":"","selector":"div[data-field='peggedCurrency']","type":"SelectorText","version":2},{"id":"Supply","multiple":false,"multipleType":"singleColumn","parentSelectors":["row_wrapper"],"regex":"","selector":"[data-field='stablecoin_supply'] div","type":"SelectorText","version":2},{"id":"1M Change","multiple":false,"multipleType":"singleColumn","parentSelectors":["row_wrapper"],"regex":"","selector":"[data-field=\"stablecoin_supply_pct_chg\"]","type":"SelectorText","version":2}]}
Hope it helps!