Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RTL] BottomOverlay #8761

Closed
Tracked by #8760
Siemienik opened this issue Sep 28, 2021 · 2 comments
Closed
Tracked by #8760

[RTL] BottomOverlay #8761

Siemienik opened this issue Sep 28, 2021 · 2 comments

Comments

@Siemienik
Copy link
Contributor

Siemienik commented Sep 28, 2021

Description

When I set dir='rtl' the bottom overlay displayed incorrectly on the left of the website. It should display on the right, below the table.

Steps to reproduce

Following this configuration

configurations.FixedRowsBottom = {
    data: Handsontable.helper.createSpreadsheetData(60, 10),
    licenseKey: "non-commercial-and-evaluation",
    fixedRowsBottom: 1
};

I got:
image

@aninde
Copy link
Contributor

aninde commented Mar 14, 2022

Fixed with v12.0.0 https://jsfiddle.net/fedn304g/

@AMBudnik
Copy link
Contributor

Closed with #8760 and developed and done in Handsontable v12.

For more information please check out our Release Notes - https://handsontable.com/docs/release-notes/#_12-0-0

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

Successfully merging a pull request may close this issue.

3 participants