erhanfirat / combo-tree

ComboTree is a jQuery Plugin which is a combobox item with tree structured data list and multi/single selection options and more.
MIT License
79 stars 67 forks source link

Insert count label #65

Open smcodergit opened 3 months ago

smcodergit commented 3 months ago

Hello everybody!

Is there some way to insert a count label like image below?

select

I'm using the code below to initialize the plugin:

$('#select1').comboTree({

  source : myData,
  isMultiple: true

});`