jongha/jquery-jsontotable

JSON To Table with _data attribute (Has Header)

Opened this issue · 0 comments

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 ?