I am trying to use the oj-table as described in the cookbook "http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=table&demo=basicTable "
I get the following error on chrome developer console:
GET http://localhost:8000/js/libs/oj/v4.0.0/debug/ojarraydataprovider.js net::ERR_ABORTED
Error: Script error for "ojs/ojarraydataprovider", needed by: viewModels/overview
http://requirejs.org/docs/errors.html#scripterror
at makeError (VM175 require.js:168)
at HTMLScriptElement.onScriptError (VM175 require.js:1738)
I tried to search for "ojarraydataprovider.js" in my project folder, but i couldn't find the file. Is this item/component deprecated? or is it a new one?