i want to customize table cell to show data like this (chk image)

i want to customize table cell to show data like this (chk image)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For those rows which you want set color like above the simply set this color (shown in above pic) fo cell’ background color.
or find this color use digital meter and use that rgb. like this
replace 200.0 with your rgb values
waht you need, you need to store data in common array for simply showing single detail you need to save that in form of string others in dictionary format.
And at time of showing data.
check wheter object is string or dictionary, and show accordingly.
for checking type of object use this