<!--- Provide a general summary of the issue in the Title above --> react-datatable does not work on cordova build. ## Expected Behavior <!--- Tell us what should happen --> react-datatable should work on cordova build as per other react application. ## Current Behavior <!--- Tell us what happens instead of the expected behavior --> react-datatable shows "There is no data yet, try to refresh" instead of the table. ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> ## Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1) npm install -g react.cordova 2) reco init com.example.hello "project_name" This creates react-app and cordova-app into the <project name> directory. 3) Place react app into <project name>/react-js/src directory. 4) cd project_name 5) reco build 6) reco cordova build 7) reco cordova run browser ## Context (Environment) <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> <!--- Provide a general summary of the issue in the Title above --> ## Detailed Description <!--- Provide a detailed description of the change or addition you are proposing --> ## Possible Implementation <!--- Not obligatory, but suggest an idea for implementing addition or change --> npm start =======  cordova run browser ============== 