AG Grid Cell Renderers in Angular

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024

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

  • @arvindsharma-mv4un
    @arvindsharma-mv4un 5 หลายเดือนก่อน +1

    thanks for support i really glad to apply this concept an my projects

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

    lol this guy's voice is very soothing.... "AG Grid ASMR"

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

    Excellent this lesson is very valuable.

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

      Glad it was helpful!

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

      @@agGrid Thank you for the video. In my case, 'cellRendererSelector' isn't working. Is there an alternative? AgGrid versions: "ag-grid-angular": "^26.2.0",
      "ag-grid-community": "^26.2.1",

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

    that video was amazing, i will start tomorrow to work with this component, thank for you help

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

    Is this really a "standard" component? It needs to implement the special interface, and it doesn't look like you can accept bindings... what if I want to pass a handler from the component containing the grid? Do I just pass the bound function in the cellRendererParams?

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

      I am asking the same question. We hope to get an answer soon!

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

    This is great. I'm learning so much!

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

    Hi that’s great, is it possible to add two buttons with in a cell with different click functions needs to be bind?

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

      Yes. Anything you can do in HTML you can add. Here is an example on our blog with multiple buttons blog.ag-grid.com/full-row-editing-ag-grid-committing-changes-button-click/

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

    lol great video, really useful!

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

    How do I capture the click of the button in the app component (or where I instantiate the ag-grid)?

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

      You add listeners to your own components in the normal Angular way. This is done independently to AG Grid.

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

      @@agGrid I tried to link to stackblitz, but apparently it's not possible!
      Let's assume a simple scenario, ag-grid instantiated in app.component and Cell Renderer with simple button in another component.
      How do I capture the click event in the app.component?

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

    This video's great! Thank you for the excellent resource. When working with this, I noticed there isn't a way to hit the buttons in the cells using only the keyboard. Is there way to implement that functionality?

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

    one questions , how can we render agGroupCellRenderer and custom component in one field ?

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

    Great content!
    Is there a way to use cell renderer in the header i.e Customize the way the headers are rendered. cellRenderer formats only the data in the grid and not the header.

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

    How to change a cell class or color based on two filed?

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

    hi, i have a qustion: how i can show/hide my custom component dynamically in cell renderer? for example, when row selected by checkbox? I tried to force update the row after the checkbox is selected (refreshCell or refreshRow methods), but it doesn't work

    • @ChickenNuggets-g7
      @ChickenNuggets-g7 5 หลายเดือนก่อน

      try applyTransaction, then redraw the cells.
      if you are still stuck.....lol

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

    How to update data and that data want to save

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

    So I'm trying to follow along, but in my project, it says that Class contructor cannot be invoked without 'new'. This error makes sense, but I'm wondering why you didn't have to use the 'new' keyword.

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

      It might be worth comparing your code with the code in github and double checking you are typing exactly what is on the video github.com/ag-grid/angular-data-grid/tree/main/getting-started-video-tutorial

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

      Maybe you are creating a class where the video is creating an interface?

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

      @@idjor1981 in the video he is making a class.

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

      Did you find any solution?

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

      Hi there. I had the same error and used 'cellRendererFramework' instead. This worked.

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