Hi
I want Description to be displayed also in Title column with a break of 1 line. Is it possible to display Country also.
tmlTable.Append("" + Count.ToString() + " ");
htmlTable.Append("" + item.snippet.channelId + " ");
htmlTable.Append("" + item.snippet.channelTitle + " ");
htmlTable.Append("" + item.id + " ");
htmlTable.Append("" + item.snippet.description + " ");
Thanks
Ramco RamcoPosted Apr 4, 2024, 5:20 AM
Hi Ansari
I have written like below but it is appearing like below
The Tallest Baseball Player Ever (@dakota_albritton) + < br /> + item.snippet.description + ' - ' + item.snippet.country
Thanks
Tahir AnsariPosted Apr 4, 2024, 4:44 AM
Hi Ramco,
Yes, you can include the description in the title column with a line break and also display the country.