Skip to content

Html output in Alphabetical order #54

Description

@kgopi1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions