Migrate Table to GlTable and showing associated events
Fixes gitlab-org/gitlab#480127 (closed)
This MR uses gl-table component instead of gridjs. With this, we can click on the any value on the table and it will filter with that. It also adds dialog on row click to view metric/events details.
I will create separate MR to clean up gridjs and other dependancies.