73
Views
4
Comments
Solved
[OutSystems Data Grid] [DataGrid Rective] How to localize pagination text
outsystems-data-grid
Reactive icon
Forge asset by OutSystems
Application Type
Reactive
Service Studio Version
11.53.27 (Build 61662)
Platform Version
11.17.0 (Build 36348)

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.

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hello @Shinichiro Endo 

Since its Javascript, you can explore it directly in your browser's console:


Cheers,
GM

2022-11-12 11-28-30
Gonçalo Martins
Staff

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

Cheers,
GM

UserImage.jpg
Shinichiro Endo

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..."?

Thanks in advance.

Shinichiro

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hello @Shinichiro Endo 

Since its Javascript, you can explore it directly in your browser's console:


Cheers,
GM

UserImage.jpg
Shinichiro Endo

Thank you! I'll see what's inside and what I can do with it.

Thank you very much for your help.

Cheers.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.