Hi All
How will I display a table in view information coming fro controller? It want to display data in the following format-
| Month1 | Month2 | Month3 |
Name1 | No | No | No |
Name2 | No | No | No |
Names, Months and Nos are coming from controller. Right now, I have format like following -
Name | Month | Nos |
Name1 | Month1 | No1 |
Name2 | Month2 | No2 |
How will I show it in view?
Any help is appreciated. Thanks in advance..