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] ColumnSorting #8813

Closed
Tracked by #8760
Siemienik opened this issue Oct 4, 2021 · 4 comments
Closed
Tracked by #8760

[RTL] ColumnSorting #8813

Siemienik opened this issue Oct 4, 2021 · 4 comments
Assignees
Labels

Comments

@Siemienik
Copy link
Contributor

Description

For RTL, the sorting icon should be displayed on the left.

image

How to reproduce

  1. Use this configuration:
{
    data: [
        ['Tesla', 'Model 3', 'BlueStar', 'USA', '★★★★'],
        ['Tesla', 'Model S', 'WhiteStar', 'USA', '★★★★★'],
        ['Mitsubishi', 'iMiEV', '', 'Japan', '★★'],
        ['Ford', 'Focus EV', '', 'USA', '★★'],
        ['Mitsubishi', 'iMiEV Sport', '', 'Japan', '★★'],
        ['Tesla', 'Roadster', 'DarkStar', 'USA', '★★★★★'],
        ['Volkswagen', 'e-Golf','', 'Germany', '★★'],
        ['Volkswagen', 'E-Up!', '', 'Germany', '★★'],
        ['Ford', 'C-Max Energi', '', 'USA', '★'],
        ['BYD', 'Denza', '', 'China', '★★★'],
        ['BYD', 'e5', '', 'China', '★★★'],
        ['BYD', 'e6', '', 'China', '★★★★']
    ],
    colHeaders: ['Brand', 'Model', 'Code name', 'Country of origin', 'Rank'],
    columnSorting: true,
    height: 'auto',
    licenseKey: 'non-commercial-and-evaluation'
}
@Siemienik Siemienik added Column sorting Plugin RTL Right-to-left labels Oct 4, 2021
@Siemienik Siemienik mentioned this issue Oct 4, 2021
68 tasks
@Siemienik
Copy link
Contributor Author

Siemienik commented Nov 10, 2021

As long as it will be a little update I will do this issue with #8928
EDIT postponed this issue because another got bigger priorities.

@Siemienik Siemienik self-assigned this Jan 3, 2022
@Siemienik
Copy link
Contributor Author

done in #9102

@aninde
Copy link
Contributor

aninde commented Mar 14, 2022

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

@AMBudnik
Copy link
Contributor

Closed with #8760 (RTL Support), published 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
Labels
Projects
None yet
Development

No branches or pull requests

3 participants