DevProgress / csv-simple-search

Generic Search and Export Tool for .csv files
Apache License 2.0
6 stars 3 forks source link

Basic CSV import/export and data table #7

Closed arvind closed 8 years ago

arvind commented 8 years ago

This PR introduces initial skeleton code for us to iterate from. Functionality includes:

alexyaseen commented 8 years ago

whatever loader we use, it should emit the file into the dist directory when you run npm run build. file-loader may have this built in, while raw-loader may not? I'm not sure, but it doesn't looks like it's working properly right now.

arvind commented 8 years ago

@alexyaseen: What I believe raw-loader does is import the data in as a string as part of the build process (i.e., it is part of the built JS file). Happy to switch to an alternate, perhaps we can handle that as a separate PR once this is merged?

alexyaseen commented 8 years ago

+1 to merge