Need drop and play example
cybowind opened this issue · 3 comments
Is there a sample file, such as an App.js, one can simply run directly and see working, if extremely simple, results?
I tried create-react-app and then adding in code to use things like ColumnGroupsExample but I get errors for the faker module.
I tried cutting and pasting the code on given on the page but the
tags yields a blank page.Just a simple working example in an App.js file would help a ton. Is that possible?
Thank you and apologies for being a noob on this.
The example by Dave Cole works. It's over at https://github.com/DaveCole/fixed-data-table-2-cra-objectdataexample
Glad to hear you found a working example.
We also have 2 codesandbox templates for folks to demo the library:
https://codesandbox.io/s/fixed-data-table-basic-example-cwds0
https://codesandbox.io/s/fixed-data-table-advanced-example-3gd9x
Ideally, this should've been part of our docs, or maybe mentioned somewhere in the readme file.
Although it's not in the docs, it's great that you've put the links here -- hopefully folks will now be able to see it and use it. Thanks!