Hello, are there any ways to localize pagination of DataGrid (Reactive)?
I've managed to localize other parts like filters and group headers from English to Japanese by changing current locale, but it didn't work for pagination (red circle in the screenshot below).
Thanks in advance.
Hello @Shinichiro Endo
Since its Javascript, you can explore it directly in your browser's console:
Cheers,GM
Hi @Shinichiro Endo
Are you using server or client-side pagination?
In the case of the server side what is used is the block from OutSystems UI, so there's no representation in terms of API objects.
If you're using client-side, according to your use case (you didn't mention it) you can try to explore what's available under OutSystems.GridAPI.Pagination to see what's directly accessible
Hello, Gonçalo. Thank you for your answers.
Yes, I'm using client side pagination, so maybe I can try to explore "OutSystems.GridAPI.Pagination".
So please allow me to ask some basic question.
How (where) can I find contents of this "OutSystems.GridAPI..."?
Shinichiro
Thank you! I'll see what's inside and what I can do with it.
Thank you very much for your help.
Cheers.