Create /Services/VueTables directory in Laravel root and copy EloquentVueTables.php and VueTablesInterface.php
$model = new Post;
$columns = ['id','title', 'body', 'author'];
return (new EloquentVueTables())->get($model, $columns);
<v-server-tablev-ref:vtemplateref to templatethis.$refs.vtemplateref.data