Session 14 - Dynamic Apex Datatable in LWC

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • Session 14 - Dynamic Apex Datatable in LWC
    by Umang Barot
    Link to code used:
    github.com/uma...

КОМЕНТАРІ • 11

  • @saurabhverma7385
    @saurabhverma7385 3 роки тому +1

    Excellent product Umang ! Very helpful for people looking to convert their generic VF components to generic LWC components.

  • @prishanf
    @prishanf 2 роки тому

    Excellent explanation Umang. Thank you for sharing the code. I think you missed including the pagination component referenced in the HTML file. Please add to the git repository when you get a chance.

  • @SarveshNaik-lt2xk
    @SarveshNaik-lt2xk Рік тому

    i wanted to develop dynamic datatable , it should be child component and it should pass data of whatever object you pass...whether this video help me.

  • @chithraprakash8392
    @chithraprakash8392 Рік тому

    Can you upload to navigate to related records from lwc datatable by clicking the name link

  • @lakshmiiyer75
    @lakshmiiyer75 3 роки тому

    Hi Umang, Can you share the code base? This is a very good example for dynamic data table.

    • @30minofsfdc50
      @30minofsfdc50  3 роки тому

      Added the github link in video description

  • @NITHESHKHERO
    @NITHESHKHERO 3 роки тому

    Sharing the code link could helped a lot

    • @30minofsfdc50
      @30minofsfdc50  3 роки тому

      Added the github link in video description

  • @dishanchoudhary2657
    @dishanchoudhary2657 3 роки тому

    can you share the code?

    • @30minofsfdc50
      @30minofsfdc50  3 роки тому

      Added the github link in video description

  • @sindhukakaraparthi8883
    @sindhukakaraparthi8883 2 роки тому

    I'm newbie to lwc and I have a requirement in lwc. Below is my requirement:
    I have a custom object - quality feedback.
    I have some custom fields in this object - ticket number,Status(picklist-open and closed),date submitted,date updated,complaint,detail(compalint and detail are dependent picklist)
    I have created an app page which is having tabset-all tickets,open tickets,closed tickets(created using lwc)
    So depending on the status field,the record should sent to that particular tab and show the list of records like a table means when I select open in status it should go under open tickets tab and when I select closed in status it should go under closed tickets tab
    Can anyone help with this requirement?