Angular Material Data Table with Paging, sorting, search filter & Pagination

แชร์
ฝัง

ความคิดเห็น • 41

  • @AngeloCarlotto
    @AngeloCarlotto 2 ปีที่แล้ว +1

    Great, content, help me a lot. Thanks directly from Brazil. Cheers

    • @TheCodeAngle
      @TheCodeAngle  2 ปีที่แล้ว

      Thank you very much, Angelo. I'm glad it was helpful. Cheers!!!

  • @GustavoRamos-lv2wc
    @GustavoRamos-lv2wc 2 ปีที่แล้ว +1

    Muchas gracias. excelente video me ha sido de gran ayuda

  • @AkshayMeshram09
    @AkshayMeshram09 2 หลายเดือนก่อน +1

    Thanks man

  • @ssrbala
    @ssrbala ปีที่แล้ว +1

    Great Content About Material Data Table. Tnks Man Especially for that github repo.

    • @TheCodeAngle
      @TheCodeAngle  ปีที่แล้ว

      You're welcome. I appreciate it.

  • @skkarn86
    @skkarn86 2 ปีที่แล้ว +1

    Thanks for this video.

  • @manoverkamaal167
    @manoverkamaal167 2 ปีที่แล้ว +1

    Thank you for this video

    • @TheCodeAngle
      @TheCodeAngle  2 ปีที่แล้ว +1

      Cheers! You're welcome.

  • @yazi-creations
    @yazi-creations 9 หลายเดือนก่อน +1

    Thank you soooooooooo mmuch...!!!!!!

    • @TheCodeAngle
      @TheCodeAngle  9 หลายเดือนก่อน

      You're most welcome 😇

  • @stylephoidoxinh
    @stylephoidoxinh 2 ปีที่แล้ว +1

    thanks you very much
    i did it

    • @TheCodeAngle
      @TheCodeAngle  2 ปีที่แล้ว

      Awesome. I'm glad to hear that.

  • @kaiopedreira4463
    @kaiopedreira4463 2 ปีที่แล้ว +1

    thank you so muchhhhh

  • @muhammadmobeen3567
    @muhammadmobeen3567 ปีที่แล้ว +1

    Thank you Bro

  • @IAMKINGOFKINGSLORDOFLORDS
    @IAMKINGOFKINGSLORDOFLORDS หลายเดือนก่อน +1

    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.

    • @TheCodeAngle
      @TheCodeAngle  หลายเดือนก่อน

      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

  • @PavanReddy-my1uf
    @PavanReddy-my1uf ปีที่แล้ว +1

    Thanks a lot sir...

  • @swatichopra7107
    @swatichopra7107 2 หลายเดือนก่อน +1

    thank u

    • @TheCodeAngle
      @TheCodeAngle  2 หลายเดือนก่อน

      You're welcome.

  • @ttoerzin
    @ttoerzin 2 ปีที่แล้ว +1

    THAAAANK YOOOOOOOU

  • @weixiangng8279
    @weixiangng8279 7 หลายเดือนก่อน +1

    Nice content.

  • @gunasheelan4130
    @gunasheelan4130 2 ปีที่แล้ว +1

    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

    • @TheCodeAngle
      @TheCodeAngle  2 ปีที่แล้ว

      What do you mean by full details on the country? Are you going to display the full details of the country on another page?

    • @gunasheelan4130
      @gunasheelan4130 2 ปีที่แล้ว

      @@TheCodeAngle yes on the another page fetching the data of the country by its name

    • @rimabouazra3105
      @rimabouazra3105 ปีที่แล้ว

      @@gunasheelan4130 can you find a solution ??

  • @iamchiranjeevin
    @iamchiranjeevin ปีที่แล้ว +1

    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
      @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
      @iamchiranjeevin ปีที่แล้ว +1

      @@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
      @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
      @iamchiranjeevin ปีที่แล้ว +1

      @@TheCodeAngle I know right.. im just looking for pagesize handling its not there in official angular material examples

    • @TheCodeAngle
      @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.