Hi Team,
Here in header part I will get some dynamic header names , in that having some numeric values and string values ,so now I want to format numeric will be right align and string values left align
Example:
TestArray = [ ‘name’, ‘ age’, ‘phone’, ‘occupations’]
Now here in header ,in place of A B C D E
Name –left align –it was string
Age –right align—number
Phone-right align----number
Occupations—left align —string
Thanks,
Rajender Lekkala.