Trouble with a table

I'm a newbie and am having trouble scraping the table of channels, logos, and descriptions on this page. I can get the list of channels by using a text selector, but can't seem to get the logos and descriptions. I tried using a table selector, but it doesn't recognize the columns and rows. Any help would be appreciated!

Url: https://www.xumo.com/lg-channel-plus/?utm_source=LG&utm_campaign=channel%20list&utm_medium=web

Sitemap:
{id:"sitemap code"}

This'll work:

{"_id":"forum-xumo","startUrl":["https://www.xumo.com/lg-channel-plus/?utm_source=LG&utm_campaign=channel%20list&utm_medium=web"],"selectors":[{"id":"Row wrappers","type":"SelectorElement","parentSelectors":["_root"],"selector":"tbody > tr.xumo_channel","multiple":true,"delay":0},{"id":"Channel no","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"td.xumo_chanNumber","multiple":false,"regex":""},{"id":"Name","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"h4","multiple":false,"regex":""},{"id":"Desc","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"td p","multiple":false,"regex":""},{"id":"Logo","type":"SelectorImage","parentSelectors":["Row wrappers"],"selector":"img","multiple":false}]}