Guys, please excuse the low audio volume. I forgot to turn up my laptop's mic's volume. If you have any issues listening, you could install the volume booster extension. Very sorry for the inconvenience.
cool video. i guess the question is 'do i want to implement it this way?' kinda feel like a table should probably be implemented client side 9 times out of 10?
Congratulations bro, you have a really bright future ahead!!❤️ This stuff I don't even learn in my university, but you out here teaching this stuff for free. Really love your channel!❤️
How to do server side pagination by just fetching the data from an external API (without using MongoDB )? Please help! I'm stuck in the middle of a project.
What would be the advantage of doing it this way? Since the table is a client component, you could fetch the data there and implement pagination at that level. You could still use the queryParams to set the initial data.
It's the same as the difference between fetching data on the client and fetching data on the server. If you implement pagination on the table left, your subsequent fetches will be on the client. Depends on how you want to fetch your data.
Hey man! You'll probably be better off with this repository, which is doing everything in a uniform way and can be reused very easily: github.com/sadmann7/shadcn-table-v2 Made a video on it over here: ua-cam.com/video/BsvjF5Y6-C8/v-deo.html
Guys, please excuse the low audio volume. I forgot to turn up my laptop's mic's volume. If you have any issues listening, you could install the volume booster extension. Very sorry for the inconvenience.
cool video. i guess the question is 'do i want to implement it this way?' kinda feel like a table should probably be implemented client side 9 times out of 10?
Congratulations bro, you have a really bright future ahead!!❤️ This stuff I don't even learn in my university, but you out here teaching this stuff for free. Really love your channel!❤️
Thank you so much! Appreciate it ❤️
hey dude i love your neovim config! would you mind sharing the colorscheme?
Hey man I actually dont remember what I was using back then. You can check out my neovim config at github.com/kavinvalli/dotfiles
How to do server side pagination by just fetching the data from an external API (without using MongoDB )?
Please help! I'm stuck in the middle of a project.
Thanks :)
What would be the advantage of doing it this way? Since the table is a client component, you could fetch the data there and implement pagination at that level. You could still use the queryParams to set the initial data.
It's the same as the difference between fetching data on the client and fetching data on the server. If you implement pagination on the table left, your subsequent fetches will be on the client. Depends on how you want to fetch your data.
It's advantageous if you have 1000s of rows in your database.
How about if you implement search input to filter the data? Is it possible with this?
Hey man! Check this video out: ua-cam.com/video/BsvjF5Y6-C8/v-deo.html
Hope it helps!
I have a Name column in which I have name and email, Can anybody tell me how to make search by name and email?
they is another issue i want to upload a csv on a and the table must be populated by a csv in nextjs 13 can you do that
Oh ya I did this in a project recently with papaparse... Didn't have great type safety though.
may i get this project repo ?
Hey man! You'll probably be better off with this repository, which is doing everything in a uniform way and can be reused very easily: github.com/sadmann7/shadcn-table-v2
Made a video on it over here: ua-cam.com/video/BsvjF5Y6-C8/v-deo.html