Configuring AG Grid Column Definitions Using React

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

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

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

    nice to see new videos after 2 weeks off from work :-)

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

    How about loading the columns from a json object?

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

    Hello, how can I set the height, width of the row or column dynamically using input

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

      My approach would be:
      In the

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

      @@LukiausdemKaff Thank you for your help I will try it

  • @GEO-le5ft
    @GEO-le5ft 3 หลายเดือนก่อน

    Hello) a great video, like as useally) Say something -how I can merge parent and child cells???

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

    Amazing thanks CEO

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

      you are very welcome :)

  • @Aliimran-zm1yy
    @Aliimran-zm1yy 4 หลายเดือนก่อน

    how to get sum of column in ag-grid on each page

  • @alvarosilvao.7794
    @alvarosilvao.7794 2 ปีที่แล้ว +1

    Great stuff! Thanks

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

      most welcome :)

  • @jennwu-p9i
    @jennwu-p9i ปีที่แล้ว

    which version of ag-grid provide the column tooltip

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

    Great content. Not sure if another video covers this but how do I go about setting a default filter for a given column. I have tried several things and it appears to work initially but then immediately the grid re renders and the filter is cleared?

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

      Hi, not sure how you are trying to do it. But there is an example of using the set filter model here: www.ag-grid.com/react-data-grid/filter-api/#example-filter-model
      Filtering is covered in this video th-cam.com/video/pebXUHUdlos/w-d-xo.html

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

      @@agGrid thank you for the response and resources. I actually am using setFilterModel which sets the filter modal based on a piece of state. The setFilterModal is within a useEffect and works great except on initial loading when it appears to apply the filter but then quickly clears it. I’ll take a look at the videos and see if I’m doing something wrong. I also tried adding the logic to setOnInitialRender. Thank you 😊

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

    Hi sir i am newly one for your video,i have one doubt,how to set status green and red colour if active is true green and inactive is false

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

      for something inside your cell, use a cellRenderer, or to change CSS (ie add a CSS class to the cell) then use cssClassRules

  • @rajkishore-un5ll
    @rajkishore-un5ll 2 ปีที่แล้ว

    Hi,
    How to get ref object of ag-grid from parent class component

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

      There is nothing different with AG Grid ref's and any other type of ref, this question is more a generic 'how to pass data between components' question for React.

  • @jennwu-p9i
    @jennwu-p9i ปีที่แล้ว

    how to add column tooltip while mouse hovering over the column cell of row

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

      Hi - are you referring to column header tooltips? If so, you can use the headerTooltip Column property to configure this: ag-grid.com/javascript-data-grid/column-properties/#reference-header-headerTooltip.

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

    how to remove the border in case pinned property

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

    ag-grid is great

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

    How can I set custom tooltip to header