You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The callback downloadReady is never called.
It is actually commented and deprecated in code but not in the documentation.
var myTable = new Tabulator(tableFrame, {
downloadReady:function(fileContents, blob){
window.alert("File will be downloaded");
return true;}
…
myTable.download("csv", "file.csv")
The callback downloadReady is never called.
It is actually commented and deprecated in code but not in the documentation.
Compare:
https://tabulator.info/docs/6.3/callbacks#download
with:
https://github.com/olifolkerd/tabulator/blob/master/src/js/modules/Download/Download.js
line 18.
The text was updated successfully, but these errors were encountered: