Skip to content

JSON To Table with _data attribute (Has Header) #8

@xam8re

Description

@xam8re

Also in your example.
If I put style on each row, For example json data:

[ { "id": "header", "class": "header-class", "_data": { "Title1": "?????", "Title2": "???", "Title3": "?????" } }, { "id": "row", "class": "red", "_data": { "Title1": "Pippo", "Title2": "Pluto", "Title3": "Topolino" } }, { "id": "row", "class": "green", "_data": { "Title1": "ciao", "Title2": "mondo", "Title3": "bello" } } ]

with JSON To Table with _data attribute (Has Header) i see only header.
with JSON To Table with _data attribute (Without Header) i see table data with correct attribute.

If I want header and data ?

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