We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Customize remaining count

Is there a way to customize the look of the count of remaining items? Also, is there a way to show the total count rather than just the count of those that didn't fit?

1 Reply

VK Vinoth Kumar Sundara Moorthy Syncfusion Team June 7, 2019 11:39 AM UTC

Hi Samuel, 
 
Good day to you. 
 
Yes, you can customize the remaining items and total counts text by changing the locale texts in L10n. Please refer the below code block, 
 
ngOnInit(): void { 
    L10n.load({ 
        'en-US': { 
            'dropdowns': { 
                'noRecordsTemplate': "Aucun enregistrement trouvé", 
                'actionFailureTemplate': "Modèle d'échec d'action", 
                'overflowCountTemplate': "+${count} plus..", 
                'totalCountTemplate': "${count} choisi" 
            } 
        } 
    }); 
} 
 
 
Could you please check the above sample and get back to us if you need any further assistance on this? 
 
Regards, 
Vinoth Kumar S 


Loader.
Live Chat Icon For mobile
Up arrow icon