Skip to content

Add bootstrap table and filter control

Martin Brümmer requested to merge bootstrap-table into main

In order to make this table a bit more useful, this MR adds bootstrap-table and filter functionality to the metrics table.

I also added the description and the tier field of the metrics, which are important for TAMs: When we analyse usage data in collaboration with the customer, we need to understand:

  1. what the metric we are looking at means
  2. which metrics we are looking at to evaluate "Premium" or "Ultimate" ROI

So those columns are useful to us.

I reformatted tier to facilitate better searchability for premium and ultimate metrics.

The plugin features a way to hide some columns by default, so I've chose to hide a few subjectively less valuable to me. They can be added back using the filter control above the table. The target was to have the whole table on the screen without horizontal scrolling and without word-breaking the key_path.

Merge request reports