Let's learn all about working with columns in ag-Grid in this tutorial. I've broken the examples into 3 different sample projects. Each one has a starting-point
repo and a finished-code
repo.
- Use the
aggr-columns
starting point and finished code for the videos on column sizing, header height, tooltips, groups, and moving and pinning columns. - Use the
aggr-column-span
starting point and finished code for the video on column spanning. - Use the
aggr-column-state
starting point and finished code for the video on updating columns with state.