You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am Displaying a List of documents in table form and an assigned a view button on the list, when the client click on the view button it will open the image viewer.
The text was updated successfully, but these errors were encountered:
currently I am using CSS opacity and relative positon property , <button class="btn btn-success">view</button> <img [src]="doc.DOC_URL" ngxViewer class="orderImage">
I am Displaying a List of documents in table form and an assigned a view button on the list, when the client click on the view button it will open the image viewer.
The text was updated successfully, but these errors were encountered: