How to make Linked Data Table in Kibana

Friends,
I have org hierarchy data with details on project status, etc. I want to create an interactive dashboard to view drill down report based on managers and their projects. Is it possible to do with Kibana?

Regards
Sulabh

You can do something like that using field formatters - https://www.elastic.co/guide/en/kibana/current/managing-fields.html#_string_field_formatters

Hi Mark,
Thanks! for your response. But, how can field formatter give me a drilled down dashboard? When I say drill down, I mean to create a series of linked data tables where clicking on data in first table will filter data in the next table, so on and so forth.

Can you elaborate on how to achieve that?

Regards
svikas

Oh, you cannot do that.

This need to modify the Data Table plugin's source code,a bit tough...