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

Electron React BoilerPoint failure #429

Open brentgroves opened 8 years ago

brentgroves commented 8 years ago

I am trying to add a fixed-data-table component to the electron react boiler point found at https://github.com/chentsulin/electron-react-boilerplate.git. Steps:

  1. Add a fixed-data-table component to Counter component or create your own container,component,reducer,etc.
  2. Follow basic example from getting started, https://facebook.github.io/fixed-data-table/ or any other of the examples.
  3. Notice no matter how many columns you create in a table that the column data will be displayed vertically 1 after another. For example: col1 col2 col3 instead of col1 col2 col3.