briangann / grafana-datatable-panel

Datatables.net based panel for Grafana
Apache License 2.0
83 stars 58 forks source link

Drop filter/sort on raw cell values #151

Closed jacquelinegarrahan closed 2 years ago

jacquelinegarrahan commented 3 years ago

Rendering a table from multiple datasources on a merge without equivalent fields leads to popup on each refresh:

Screen Shot 2021-08-17 at 9 50 45 AM

This PR drops the reference to the raw data, silencing the popup, and relies only on the display value. Perhaps there is specific sorting behavior desired for undefined values, but as far as I've tested, the empty string sorting behaves equivalently.