Skip to content

Conversation

robertwenink
Copy link

Paginator is not hidden when style is inherited. Better to set display to 'none' explicitly.

Paginator is not hidden when style is inherited. Better to set display to 'none' explicitly.
added / to path. Otherwise, workerSrc not found if baseUrl does not end with /
Copy link
Owner

@anvithks anvithks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @robertwenink
Please check my comments. Will merge the PR once the results are confirmed.

if(hidePaginator) return
paginator.style.display = 'block';
if(hidePaginator) {
paginator.style.display = 'none';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!.

Make the loading wrapper float left, such that the download button is not pushed down during loading but stays in its location.
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@robertwenink robertwenink requested a review from anvithks August 31, 2023 12:36
@anvithks
Copy link
Owner

@robertwenink I haven't been able to get around to verifying this PR on my demo. I will try to spend sometime soon and merge this

@Ari-Zerner
Copy link

Confirmed that this fix works on my domain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants