Open
Description
Hi,
My html output with Alphabetical order instead of my json output file.
Ex: json output is
data [
{
name: 'gopi'
Age: '12'
colour: 'blud'},
{
name: 'john'
Age: ''23'
colour: 'Red'
}
]
my Html output
Age | colour | Name
12 | blue| Gopi
23| red | john
but i need output as
Name| Age| colour
Can someone help me how to sort this ?
Regards
Gopi
Metadata
Metadata
Assignees
Labels
No labels