My task involves loading data from the server and populating the ngx-datatable. When a specific column is clicked (with either a link <a href="randomurl"/>
or [routerLink]="randomcomponent"), it should redirect to a different page or display a modal window.
I am still learning Angular 2+ and would appreciate any guidance on how to achieve this functionality.