Skip to content

CSmart Table Header #306

@jgeagea

Description

@jgeagea

Hello,

Is it possible to show an example of how to add a header to columns in CSmart Table?

I am trying this way:

let returnedColumns = [

        {
            label: "test"

        },
        {
            label: "name",

            columns: [
                {
                    label: "first_name"
                },
                {
                    label: "last_name"
                }
            ]
        }

    ];

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions