facebookarchive / fixed-data-table

A React table component designed to allow presenting thousands of rows of data.
http://facebook.github.io/fixed-data-table/
Other
4.3k stars 553 forks source link

Not allowed to load local resource: file:///...[path_to_project].../node_modules/fixed-data-table/dist/fixed-data-table.min.js #473

Closed fultonm closed 7 years ago

fultonm commented 7 years ago

I set up my project according to the example for the resizable table. I see unformatted table header output on the page, but no data. I am using Webpack. I imported fixed-data-table this way import { Table, Column, Cell } from 'fixed-data-table' I am a bit new to Webpack so maybe I'm doing something wrong. Why is the page loading a javascript file directly? Shouldn't it be bundled?