Data mapping is not correct in Kibana data table

@Tanzeela glad to hear that resolved your issue.

is there any possibility we can correct data mapping on table by single document?

No, not that I know of. You really have two options.

If you want to display a table that includes aggregations over multiple documents (e.g. average, max, percentile) you can use a Lens table.

If you want a table that shows fields from each document on a single row, you can embed a saved search from Discover.

Here's a screenshot of the two side-by-side:

If you have a use case for generating a table from an array on a single document, it would be interesting to hear it. But, these two approaches are basically what we cover in Kibana.