行をクリックすると、ユーザーがドリルダウンしてその行に関する詳細情報を取得できるテーブルが必要です。ドリルダウン テーブルまたは詳細テーブルの数は動的にする必要があります。1 つの行をドリルダウンして 3 つのレコードを表示し、別の行をドリルダウンして2 つのレコードを表示できます。これを実装するための公式の解決策はありますか?
[ { 'site': "USA", 'site_allocated': 4158L, 'site_used': 3581L, 'data': { u'tenant1': { 'flavor_info': [ { 'flavor_allocated': 5L, 'name': u'abcdef', 'flavor_used': 4L }, { 'flavor_allocated': 5L, 'name': u'pqrst', 'flavor_used': 1L } ], 'tenant_used': 5L, 'tenant_allocated': 10L }, u'tenant2': { 'flavor_info': [ { 'flavor_allocated': 50L, 'name': u'aabbhdg', 'flavor_used': 50L } ], 'tenant_used': 50L, 'tenant_allocated': 50L }, }, }, { 'site': "FRA", 'site_allocated': 4158L, 'site_used': 3581L, 'data': { u'tenant1': { 'flavor_info': [ { 'flavor_allocated': 5L, 'name': u'hdjfur', 'flavor_used': 4L }, { 'flavor_allocated': 5L, 'name': u'kkdjf', 'flavor_used': 1L } ], 'tenant_used': 5L, 'tenant_allocated': 10L }, u'tenant2': { 'flavor_info': [ { 'flavor_allocated': 50L, 'name': u'hhdyfht', 'flavor_used': 50L } ], 'tenant_used': 50L, 'tenant_allocated': 50L }, }, } ]