angular-ui/ui-grid

CSV is undefined when using requireJS

Open

#4,322 建立於 2015年9月4日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (5,395 star) (2,496 fork)batch import
good first issuegrid-exporter

描述

I'm not sure what the proper fix for this, but if you inserted this one line before line 484 of imported.js, it starts working:

var CSV = require('csv');

Again, not sure if this is a proper fix. Someone who knows a bit more about requireJS should comment.

貢獻者指南