DataTable with React.js
DataTable with React.js

Hi guys,
With the help of Colin I was to render the datatable react.js by using a dataset pulled from the official site and the code can be found here: https://github.com/kouami/reacttablejquery
Now I am trying to do the same by retrieving an html file "report.html" via ajax consisting of a table but I am getting the following error: TypeError: Cannot read property 'parentNode' of null
And that code can be found here: https://github.com/kouami/reacttablejquery2.
Any help will be very very much appreciated.
Thanks
Replies
The second url is: https://github.com/kouami/reacttablejquery2