0

I am trying to get a hang of react-data-grid and the examples on their page have a "play around with it" link that takes you to jsfiddle. For some reason, I am unable to see the output on jsfiddle. What would be a solution for this?

sudhanva
  • 699
  • 1
  • 7
  • 28

1 Answers1

1

Some of the dependencies are deprecated in the latest react version used by jsfiddle. On inspecting the resources accessed by their page and comparing it with fiddle, you can hack a solution by doing the following in jsfiddle :

  1. remove react-with-addons.js and react-dom.js from external resources tab.
  2. add react.min.js and react-dom.min.js in external resources.
  3. replace jsfiddle-integration-babel.js in script with this.

Try this fork. It doesn't update contents in table, which is the same state as in page.