Using Angular 5 and AG GRID, how do I make cells have HREF? Im using the example provided here: ag-Grid Reference: Getting Started with Angular
For example, I would like the 'Make' column to have an href to an edit page. It looks like the key is utilizing cell renderers.