DICOMcloud / DICOMweb-js

DICOMweb JavaScript client with viewer demo for consuming DICOM Web Services - (QIDO-RS, WADO-RS, WADO-URI, STOW-RS) part 18
http://dicomweb.azurewebsites.net/
MIT License
88 stars 35 forks source link

pagination is not working on Edge browser #10

Open Zaid-Safadi opened 6 years ago

Zaid-Safadi commented 6 years ago

The pagination control is not showing on Edge browser.

This is due to edge not returning the custom header "X-Total-Count" (might be related to bug: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13364151/)

Zaid-Safadi commented 6 years ago

Demo has been updated to utilize the link header to display the pagination control. However, the total count and page count can't be calculated without the custom header.

Will keep this open for now until the custom header issue in Edge browser is investigated further.