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

regarding fixed-data-table in grid #446

Open ValliPolisetty opened 8 years ago

ValliPolisetty commented 8 years ago

hi, i'm new to react when i'm working with fixed-data-table,i got an error like "Cannot read property 'TableColumn' of undefined......." CODE: < Table rowsCount = { 100 } rowHeight = { 50 } width = { 1000 } height = { 500 } > < Column cell = { < Cell > Basic content < /Cell>} width = { 200 } /> / > < /Table > so i request you to solve this issue......:)