Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Warning when exporting CSV

    Good afternoon,

    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"
               });
           }
        }
    );
    But the CSV is not exported and the warning as below pops up.

    crbug/1173575, non-JS module files deprecated.
    So. just wondering how I should solve this.

    Many thanks!!

    #2
    This is not caused by SmartClient. Please google the error message.

    Comment

    Working...
    X