I'm trying to migrate a legacy dashboard application that uses datatables to Grafana, and stumbled upon #117. Don't know much about Grafana's plugin architecture, what I see is just that dataList in onDataReceived does not have type properties in the columns, at least in my sample queries on SQL Server 2016.
Maybe this workaround is useful for others - until the plugin is lifted to the new architecture or the real root cause is identified.
I'm trying to migrate a legacy dashboard application that uses datatables to Grafana, and stumbled upon #117. Don't know much about Grafana's plugin architecture, what I see is just that
dataList
inonDataReceived
does not havetype
properties in the columns, at least in my sample queries on SQL Server 2016. Maybe this workaround is useful for others - until the plugin is lifted to the new architecture or the real root cause is identified.