Angular Data Grid

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

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

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

    My pageSizeSelector is not working hence i am not able to view the page numbers at shown at 7:45 could you please help

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

    so much content in 11 minutes. Thank you very much!

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

    How can I add checkBoxSelection as a separate column and not associated with any column ?

  • @NiallCarroll-y5o
    @NiallCarroll-y5o หลายเดือนก่อน +1

    Super useful vid, thanks!!!!

  • @ВасильЗауличний-у2е
    @ВасильЗауличний-у2е 29 วันที่ผ่านมา

    Nice, I did try it and your product works! The only strange thing I encountered is next: if I skip the "style=''height:123; " property (in the tag/selector) then AG grid is never shown... Does not matter if it has data or not.. This was a bit unusual :) for me but when I did define it => boom it is shown :)... Maybe you can change this or mention it in the next edit of the video ;)

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

    Quick and nice grid. Nice presentation too. 👍

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

      Thankyou, I think this is my 4th attempt at a getting started video, each time I pick up a few more tricks!

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

      But why electric search field is disabled by default and others are enabled

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

      @@sachinpandey1045 I don't know what Electric Search is. Did you typo???

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

      There is a column in this grid called electric which is disabled by default

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

      @@sachinpandey1045 Ah right, I understand, none of the columns are editable. With the checkbox it looks more evident, as the checkbox is disabled to stop editing. If you add "editable: true" to each column, it will enable the column for editing. Normal editing is done via double clicking the cell and entering text. Because "electric" is Boolean type, enabling editing on this column enables the checkbox.

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

    great tutorial explaining the basics.

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

    It helped very well, Thank you

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

    This was very helpful! Can you do a video showing how to use one of the themes?

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

      this video includes using the themes, and changing from one theme to another. was there something else you had in mind?

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

    Not able to group columns as subcolumns under a parent column if they use agMultiColumnFilter. i,e. all those columns which look like parent nodes of a tree structure should have a combined parent column. Currently only those sub columns that dont have agMultiColumnFilter can be grouped under some common parent.

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

    What version of Angular are you using?

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

      We used Angular v17.3

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

    you saved my life

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

    Is anyone else getting a "window is not defined "issue?

    • @tu-66it4hoangthanh4
      @tu-66it4hoangthanh4 5 หลายเดือนก่อน

      I'm also having this problem, but don't know how to solve it

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

      @@tu-66it4hoangthanh4 I have to create the project as no server side

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

      @@tu-66it4hoangthanh4 When you install Angular do not use server side rendering.

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

    Please create one video on uploading pdf file in ag grid angular

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

    Thanks for video!

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

      you're welcome :)

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

    awesome vid, fanks!

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

      you felcome :)

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

    awesome one

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

    Another one: had to add the css imported in the component in the video in angular.json > styles array (prefix with "node_modules").

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

    rip sir

  • @DS18pYA
    @DS18pYA 4 หลายเดือนก่อน +2

    Needed to add an npm i ag-grid-community to get ColDef imported! Just in case anyone else wonders ;)