Angular Data Grid

Поделиться
HTML-код
  • Опубликовано: 10 янв 2025

Комментарии • 33

  • @sarthakgupta8191
    @sarthakgupta8191 7 месяцев назад +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!

  • @ВасильЗауличний-у2е

    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 ;)

  • @NiallCarroll-y5o
    @NiallCarroll-y5o Месяц назад +1

    Super useful vid, thanks!!!!

  • @chasjadmahmood4875
    @chasjadmahmood4875 4 месяца назад

    great tutorial explaining the basics.

  • @adititripathi9314
    @adititripathi9314 2 месяца назад

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

  • @ASHOK_162
    @ASHOK_162 5 месяцев назад +1

    It helped very well, Thank you

  • @anilkumarm5498
    @anilkumarm5498 8 месяцев назад +1

    Quick and nice grid. Nice presentation too. 👍

    • @ceolter
      @ceolter 8 месяцев назад

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

    • @sachinpandey1045
      @sachinpandey1045 8 месяцев назад +1

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

    • @ceolter
      @ceolter 8 месяцев назад

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

    • @sachinpandey1045
      @sachinpandey1045 8 месяцев назад +1

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

    • @ceolter
      @ceolter 8 месяцев назад

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

  • @ovuokeaghwotu2389
    @ovuokeaghwotu2389 7 месяцев назад +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 3 месяца назад

    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.

  • @guitarstyles80
    @guitarstyles80 Месяц назад

    you saved my life

  • @PortalDoc
    @PortalDoc 7 месяцев назад

    What version of Angular are you using?

    • @agGrid
      @agGrid  7 месяцев назад

      We used Angular v17.3

  • @dusmantakumarmahanta9890
    @dusmantakumarmahanta9890 3 месяца назад

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

  • @RubyZagan
    @RubyZagan 6 месяцев назад

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

    • @tu-66it4hoangthanh4
      @tu-66it4hoangthanh4 6 месяцев назад

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

    • @RubyZagan
      @RubyZagan 6 месяцев назад

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

    • @yawnyle
      @yawnyle 5 месяцев назад

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

  • @TheUjjwalpandey
    @TheUjjwalpandey 7 месяцев назад

    Thanks for video!

    • @ceolter
      @ceolter 6 месяцев назад

      you're welcome :)

  • @nandhuila8283
    @nandhuila8283 2 месяца назад

    awesome one

  • @Alapozo
    @Alapozo 7 месяцев назад

    awesome vid, fanks!

    • @ceolter
      @ceolter 6 месяцев назад

      you felcome :)

  • @DS18pYA
    @DS18pYA 5 месяцев назад

    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 5 месяцев назад +2

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