Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

I have need to show multiple pagers within a nested component (UI of Threads > Messages).


Currently the pager shows the following localised content for all pagers: "x of y pages (n items)"


I would like to be able the supply the 'items' type to the components such that at the thread level it shows "

x of y pages (n threads)" and at the message level "
x of y pages (n messages)
"


This could be done via a separate template, but I thought a component level property may be a useful upgrade