Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xam8re opened this issue Oct 24, 2014 · 0 comments
Open

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

xam8re opened this issue Oct 24, 2014 · 0 comments

Comments

@xam8re
Copy link

xam8re commented Oct 24, 2014

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant