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

Cannot assign tableData when using axios. #155

Closed pwnz22 closed 7 years ago

pwnz22 commented 7 years ago

Hi all!

When im switching to axios from this commit fd91517. The request is 200 and receiving the data it's all ok, but my table isn't rendering and the datain tableDatais null.

I want to integrate vuetable-2 to Vue Admin.

Can please anyone help! Thanks.

pwnz22 commented 7 years ago

I have to shift this issue to vuetable-2.