angular-ui/ui-grid

CSV is undefined when using requireJS

Open

#4.322 aberto em 4 de set. de 2015

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (2.496 forks)batch import
good first issuegrid-exporter

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador