Commit for this lesson: https://github.com/LaravelDaily/Laravel-Vue3-CRUD-Course-2022/commit/f23f02905640e31b9932e88e92ab91b1680a2df2
Commit for this lesson: https://github.com/LaravelDaily/Laravel-Vue3-CRUD-Course-2022/commit/f23f02905640e31b9932e88e92ab91b1680a2df2
Pagination links have gone...
Index.vue, line 121:
<Pagination :data="posts" @pagination-change-page="page => getPosts(page, selectedCategory)" />
There is no selectedCategory anymore.
Yeah, good catch, it should be
search_category
instead now.Hello, what about use https://datatables.net/ in vue as a server-side, I used it but in jquey blade or js file.. in vue How??
For vue, there are specific packages, a lot of them, google "vue datatables"
yes I know but think not server side..thanks for reply
DRY
I don't remember if I commented on it in a fresher course