This package aims to provide a simple way to create datatables using alpinejs, tailwind, livewire and laravel. It relies mainly on alpinejs to avoid re-rendering the whole table when something changed ...
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 ...