ratiw / vue-table

data table simplify! -- vuetable is a Vue.js component that will automatically request (JSON) data from the server and display them nicely in html table with swappable/extensible pagination component.
MIT License
1.83k stars 303 forks source link

Uncaught (in promise) TypeError: Cannot read property 'data' of undefined at http://localhost:8000/js/main.js:36439:51 at Array.forEach (native) at VueComponent.getObjectValue (http://localhost:8000/js/main.js:36438:22) at VueComponent.getObjectValue (http://localhost:8000/js/main.js:25841:27) at VueComponent.<anonymous> (http://localhost:8000/js/main.js:36201:39) #141

Open DamanDev opened 7 years ago

ratiw commented 7 years ago

@DamanDev First, check that your API endpoint does return the data.