Posted 3 February 2020, 9:58 pm EST
Hi Team,
I have a dataset which has a document name and document id property. What I am doing right now is showing the document name column with this ```
wj-flex-grid-column
[width]=“‘1.5*’”
[header]=“‘Document Name’”
[binding]=“‘documentNm’”>
Now what I want is document name to be a Link so that when I click the link a function is called with the entire item object to be send to this function, so that I can call the download doc API with the document id.
I tried to use ng-template but when the page first loads my pagination is gone and it just shows the entire list on the first page and when I click next page the actual pagination starts. Also it not showing the doc name on IE when I use ng- template