appbaseio / reactivesearch

Search UI components for React and Vue
https://opensource.appbase.io/reactivesearch
Apache License 2.0
4.9k stars 466 forks source link

Items Count next to MutliList Title #1603

Open rgb-panda opened 3 years ago

rgb-panda commented 3 years ago

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 image

bietkul commented 3 years ago

We can support onData callback in list components to make it work.

bietkul commented 3 years ago

@rgb-panda You can use the state-provider component to get the number of count. https://docs.appbase.io/docs/reactivesearch/vue/advanced/StateProvider/

js-sapphire commented 3 years ago

Can I work on this? @rgb-panda @bietkul

ashishcas commented 2 years ago

CAN I WORK ON THIS @bietkul