eisenbraun / columns

A jQuery plugin that converts JSON data into searchable, sortable, HTML tables
http://eisenbraun.github.io/columns
MIT License
105 stars 47 forks source link

Parse nested object #7

Closed Ayeven closed 5 years ago

Ayeven commented 9 years ago

[ { "bb": { "desc": "敵全体に炎属性5連ダメージ", "hit dmg% distribution": [ 20, 20, 20, 20, 20 ], "hit dmg% distribution (total)": 100, "hits": 5, ........ Let say, if I wanted to pull "desc" from "bb" nested object. What should it be done? Or does this feature supported for now? I would like it become like : Column header ; "BB description" and the content will be ("bb";"desc" ) Thanks for your great work!!