Version 6 is built with Angular 9, should work with Angular versions from 8 to 13. Version 7 is built with Angular 12 in Ivy partial compilation mode, works with Angular versions from 12 to 13.
vuetable internally uses vue-resource to request data from the api-url. Prior to v1.5.3, vuetable uses vue-resource v0.7.4 and it retrieves the returned data from response.data object. However, since ...