I use grafana 5.20 and influxDB, with datatable plugin. Grafana pull data from influxDB and fill them in the the datatrable.
As I do not want display the time column in the table, therefore, I followed the method in https://community.grafana.com/t/hide-time-column/1384, but this results in warning:
DataTables warning: table id=datatable-panel-table-18 - Requested unknown parameter '0' for row 0, column 0. For more information about this error, please see http://datatables.net/tn/4
when showing the table. If I cancel the ‘Hidden’ for the Time, then everything is OK
This warning message pops up every 30s and I spent many days on it, but no success.
Do i miss any configuration? Thanks for your help