You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: