reactivesearch
reactivesearch copied to clipboard
Items Count next to MutliList Title
Affected Projects
React
Describe the solution you'd like
Is it possible to show the count of number of items in a MultiList? For example, the max size is set to 100, but the list could have 50 elements. Can we show an Item count next to the Title?
Additional context

We can support onData callback in list components to make it work.
@rgb-panda You can use the state-provider component to get the number of count.
https://docs.appbase.io/docs/reactivesearch/vue/advanced/StateProvider/
Can I work on this? @rgb-panda @bietkul
CAN I WORK ON THIS @bietkul