tessera-metrics / tessera

A dashboard front-end for graphite.
http://tessera-metrics.github.io/tessera/
Apache License 2.0
1.19k stars 81 forks source link

DataTables alert() when loading Isolate transform on some table presentations #522

Closed aalpern closed 9 years ago

aalpern commented 9 years ago

image

This also occurs in edit mode in some circumstances while editing table presentations. It's deep in datatables, and there's no option to suppress those alert() calls (aargh. Dear Library Maintainers - never, ever call alert() without recourse to override the behavior).

Datatables recently got a big update, so it's possible an update will help here (as might the advice in http://datatables.net/manual/tech-notes/3, although a previous attempt to follow the guidelines there didn't succeed).

aalpern commented 9 years ago

Fixed