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 ;)
@@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.
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.
My pageSizeSelector is not working hence i am not able to view the page numbers at shown at 7:45 could you please help
so much content in 11 minutes. Thank you very much!
How can I add checkBoxSelection as a separate column and not associated with any column ?
Super useful vid, thanks!!!!
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 ;)
Quick and nice grid. Nice presentation too. 👍
Thankyou, I think this is my 4th attempt at a getting started video, each time I pick up a few more tricks!
But why electric search field is disabled by default and others are enabled
@@sachinpandey1045 I don't know what Electric Search is. Did you typo???
There is a column in this grid called electric which is disabled by default
@@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.
great tutorial explaining the basics.
It helped very well, Thank you
This was very helpful! Can you do a video showing how to use one of the themes?
this video includes using the themes, and changing from one theme to another. was there something else you had in mind?
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.
What version of Angular are you using?
We used Angular v17.3
you saved my life
Is anyone else getting a "window is not defined "issue?
I'm also having this problem, but don't know how to solve it
@@tu-66it4hoangthanh4 I have to create the project as no server side
@@tu-66it4hoangthanh4 When you install Angular do not use server side rendering.
Please create one video on uploading pdf file in ag grid angular
Thanks for video!
you're welcome :)
awesome vid, fanks!
you felcome :)
awesome one
Another one: had to add the css imported in the component in the video in angular.json > styles array (prefix with "node_modules").
rip sir
Needed to add an npm i ag-grid-community to get ColDef imported! Just in case anyone else wonders ;)