2
Answers

I want Description to be displayed also in Title column

Photo of Ramco Ramco

Ramco Ramco

1y
308
1

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("<td>" + Count.ToString() + "</td>");
                    htmlTable.Append("<td >" + item.snippet.channelId + "</td>");
                    htmlTable.Append("<td >" + item.snippet.channelTitle + "</td>");
                    htmlTable.Append("<td >" + item.id + "</td>");
htmlTable.Append("<td >" + item.snippet.description + "</td>");

Thanks

Answers (2)