Replies: 1 comment
-
I solved it by assigning NumberFormat.HEBREW1 into 'format' field: { It cause typescript errors, therefore you need to ignore all ts errors (add //@ts-nocheck to the top of the page). But it works :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to make a custom level formatting (in hebrew).
Iv'e got:
{
level: 0,
format: LevelFormat.LOWER_LETTERS,
text: '%1',
alignment: AlignmentType.RIGHT
}
Is there a way to get %1 and cast it using enum? Or any other solution that I havn't figured out yet?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions