Alerts name in tabular format in grafana

I am using prometheus alert manager to send the notifications but along with notifications, i want to display the all the active alerts in grafana with its data source plugin.

There are some metrics exposed by alertmanager like " alertmanager_alerts{state=“active”} " , " alertmanager_alerts{state=“suppressed”} " etc that we can plot on grafana as value.

But is there any way we can display all the active alerts with names in the grafana dashboard in tabular format ?