briangann / grafana-datatable-panel

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

TypeError:Cannot Create Property 'splitPattern' on number '0' #123

Closed Ankitmay26 closed 3 years ago

Ankitmay26 commented 4 years ago

Getting this error while using datatable panel in Grafana dashboard. Please help with the fix.

bergerhag commented 4 years ago

A workaround is to make sure every column has a matching style in "Column Styles", or a default one matching /.*/ This seems to be a bug in DataTableRenderer.ts which triggers when no style is matched for a column.

briangann commented 3 years ago

fixed in 1.0.3!