glittershark / reactable

Fast, flexible, and simple data tables in React
glittershark.github.io/reactable
MIT License
1.51k stars 222 forks source link

Why I'm having this problem? #396

Open ghost opened 6 years ago

ghost commented 6 years ago

My code:

import React from 'react';
import ReactDOM from 'react-dom';
import {Table} from "reactable";

ReactDOM.render(
    <Table className="table" data={[
        { Name: 'Griffin Smith', Age: 18 },
        { Age: 23,  Name: 'Lee Salminen' },
        { Age: 28, Position: 'Developer' },
    ]} />,
    document.getElementById('root')
);

And I've got an error TypeError: Cannot read property 'tr' of undefined

ghost commented 6 years ago

I am also having the same problem and nothing is working for me. Hope we get some clues.

ghost commented 6 years ago

I just think this library is just outdated

timclipsham commented 6 years ago

@TheyCallMeAlexander I recommend you find another library. There's been no responses from the creator across multiple issues, especially since React 16. We're removing this library from our product.