Hi! Can you please create a video of using Material data-table using standalone components?
@desoga23 күн бұрын
Okay, sure. Sounds like a good idea. I'll add that to the list of my next batch of videos. Thank you!
@weixiangng8279 Жыл бұрын
Nice content.
@TheCodeAngle Жыл бұрын
Thank you.
@yazi-creations Жыл бұрын
Thank you soooooooooo mmuch...!!!!!!
@TheCodeAngle Жыл бұрын
You're most welcome 😇
@ssrbala2 жыл бұрын
Great Content About Material Data Table. Tnks Man Especially for that github repo.
@TheCodeAngle2 жыл бұрын
You're welcome. I appreciate it.
@AngeloCarlotto2 жыл бұрын
Great, content, help me a lot. Thanks directly from Brazil. Cheers
@TheCodeAngle2 жыл бұрын
Thank you very much, Angelo. I'm glad it was helpful. Cheers!!!
@skkarn862 жыл бұрын
Thanks for this video.
@TheCodeAngle2 жыл бұрын
You're welcome.
@IAMKINGOFKINGSLORDOFLORDS6 ай бұрын
YOU ARE BRILLIANT THANKS SO MUCH YOU SAVED ME ALOT OF TIME AND GAVE ME AN EDUCTATION! Are you available for mentoring/tutoring? I am building Angular 18 apps for work.
@TheCodeAngle6 ай бұрын
I really appreciate your kind words. Thank you very much. 🤗 Yes, I'm available for mentorship, feel free to join my Telegram channel and also send me a message personally using this link: t.me/thecodeangle
@manoverkamaal1672 жыл бұрын
Thank you for this video
@TheCodeAngle2 жыл бұрын
Cheers! You're welcome.
@GustavoRamos-lv2wc2 жыл бұрын
Muchas gracias. excelente video me ha sido de gran ayuda
@TheCodeAngle2 жыл бұрын
con gusto.
@PavanReddy-my1uf2 жыл бұрын
Thanks a lot sir...
@TheCodeAngle2 жыл бұрын
You're welcome. Cheers!!!
@AkshayMeshram097 ай бұрын
Thanks man
@muhammadmobeen35672 жыл бұрын
Thank you Bro
@TheCodeAngle2 жыл бұрын
You're welcome.
@kaiopedreira44632 жыл бұрын
thank you so muchhhhh
@TheCodeAngle2 жыл бұрын
You're welcome.
@stylephoidoxinh2 жыл бұрын
thanks you very much i did it
@TheCodeAngle2 жыл бұрын
Awesome. I'm glad to hear that.
@swatichopra71077 ай бұрын
thank u
@TheCodeAngle7 ай бұрын
You're welcome.
@FunkyPenDriveUSBCat2 жыл бұрын
THAAAANK YOOOOOOOU
@TheCodeAngle2 жыл бұрын
You're most welcome!!!
@gunasheelan41302 жыл бұрын
so here i am using rest country api how to implement when i click an country in the table i need to implement full detail of the country can any one help me guys
@TheCodeAngle2 жыл бұрын
What do you mean by full details on the country? Are you going to display the full details of the country on another page?
@gunasheelan41302 жыл бұрын
@@TheCodeAngle yes on the another page fetching the data of the country by its name
@rimabouazra3105 Жыл бұрын
@@gunasheelan4130 can you find a solution ??
@iamchiranjeevin Жыл бұрын
what if the results are in lakhs and what if the sorting and pagination is http request based ? this wont work in these situations
@TheCodeAngle Жыл бұрын
I think it's a terrible idea to have the sorting and pagination http request based, it means I keep making HTTP request anytime I sort or do a pagination. I consider this an expensive operation. I don't understand what you mean by if the results are in Lakhs. Care to explain further?
@iamchiranjeevin Жыл бұрын
@@TheCodeAngle Its not expensive but its a requirement the backend api is capable of sending paging and sorting info we need to handle this right...
@TheCodeAngle Жыл бұрын
@@iamchiranjeevin Yes, there are API's that can handle this, but you may need to implement this in the frontend using query parameters.
@iamchiranjeevin Жыл бұрын
@@TheCodeAngle I know right.. im just looking for pagesize handling its not there in official angular material examples
@TheCodeAngle Жыл бұрын
I did something on Paging recently in Angular in one of my tutorials. I'll send you the link to the updated repository soon.