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
When adding caption={....} to ReactBootstrapTable together with overlay={overlayFactory(...)} the overlay is not positioned correctly anymore.
The overlay top margin seems to be calculated by var headerDOM = wrapper.parentElement.querySelector('thead'); and masker.style.marginTop = window.getComputedStyle(headerDOM).height; but does not consider the height of a possible caption tag.