FIeldList change Popup title

Hi I was wondering if there is any way of changing the title/label of the FieldList Popup for the Pivot Table and Chart, I've already read through the docs but I couldn't find anything about it.


Thanks.




1 Reply

AP AngelinFaithSheeba PaulvannanRajadurai Syncfusion Team October 24, 2022 11:07 AM UTC

Hi Valeria,


You can change the field list text through the localization. Please refer the below code example.


Code example:

    var L10n = ej.base.L10n;

    L10n.load({

        'en-US': {

            pivotfieldlist: {

                fieldList: 'Popup-FieldList'

            },

        },

    });


Output screenshot:


Meanwhile, we have prepared a sample for your reference.


Sample: https://stackblitz.com/edit/wbhfxf?file=index.js


Please let us know if you have any concerns.


Regards,

Angelin Faith Sheeba.


Loader.
Up arrow icon