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

How to setValues(check the items) dynamically using jQuery #8

Closed SivaSakthi07 closed 4 years ago

SivaSakthi07 commented 5 years ago

Is there any option to setValues like

$('#MenuTree').val(numbersArray) or $('#MenuTree').comboTree('setValues',numbersArray);

... I need this to show previously selected values in my edit page....

erhanfirat commented 4 years ago

Hi @SivaSakthi07

You can use setSelection method. Please read documentation about it.

Thanks..