Good afternoon,
I am trying to export a ListGrid by CSV format. The code is as followings.
But the CSV is not exported and the warning as below pops up.
So. just wondering how I should solve this.
Many thanks!!
I am trying to export a ListGrid by CSV format. The code is as followings.
Code:
isc.Button.create({ ID: "exportButton", title: "Export", left:800, click: function () { UserList.exportClientData({ exportAs:"csv", exportDisplay: "download" }); } } );
crbug/1173575, non-JS module files deprecated.
Many thanks!!
Comment