glittershark/reactable

Wrapping cell contents inside of <Link> from react-router?

Closed this issue · 2 comments

@glittershark Not entirely sure how to go about doing this. Any way to get some examples on wrapping/manipulating cell content?

Make sure to use value={foobar} instead of data={foobar} or else it won't work (the docs are wrong).

See #252