@shmu80 wrote:
I have an array list such as
[ { code: 'M', name: 'Male' }, { code: 'F', name: 'Female' } ]How can I display a list of people information in view if the gender is M, it will display as Male, else if F, it displays as Female?
Posts: 1
Participants: 1