Open codema2015 opened 1 year ago
if "yearShowLeft" is true,then year Dropdowns will show in left, like
Hi, you can achieve this with pure css:
th.month { direction: rtl; } .monthselect, .yearselect { direction: ltr; display: table-cell; }
if "yearShowLeft" is true,then year Dropdowns will show in left, like