Pager External Message

Hi Syncfusion Team,

My project is using the Pager Component for the Grid. Currently, I would like to customize the text on the right side (it seems to be referred to as "External Message").

Is there any way for me to achieve this? I'm looking forward to your prompt response.

Thanks.

Image_1257_1698639146196


1 Reply

SI Santhosh Iruthayaraj Syncfusion Team November 8, 2023 12:30 PM UTC

Hi Hung Luong,


Greetings from Syncfusion support!


You can customize the default text content of the Grid and Pager using the Localization Library. We have prepared a code snippet and sample for your reference, which you can find below:


[index.js]

 

import { L10n } from '@syncfusion/ej2-base';

 

L10n.load({

  'de-DE': {

    pager: {

      currentPageInfo: '{0} von {1} Seiten',

      totalItemsInfo: '({0} Beiträge)',

    },

  },

});

 


Sample: https://stackblitz.com/edit/react-grid-localization


You can find more information about Grid localization from the documentation link below:


Documentation: https://ej2.syncfusion.com/react/documentation/grid/global-local#localization


Please let us know if you have any further queries.


Regards,

Santhosh I


Loader.
Up arrow icon