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

add Propertie "yearShowLeft" #83

Open
codema2015 opened this issue Jan 9, 2023 · 1 comment
Open

add Propertie "yearShowLeft" #83

codema2015 opened this issue Jan 9, 2023 · 1 comment

Comments

@codema2015
Copy link

if "yearShowLeft" is true,then year Dropdowns will show in left, like

datepicker

@jdtcn
Copy link
Owner

jdtcn commented Aug 22, 2023

Hi, you can achieve this with pure css:

th.month {
    direction: rtl;
}

.monthselect,
.yearselect {
    direction: ltr;
    display: table-cell;
}

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

No branches or pull requests

2 participants