tabalinas / jsgrid

Lightweight Grid jQuery Plugin
http://js-grid.com
MIT License
1.53k stars 353 forks source link

Multiselect issue. #1427

Open Nitish-2022 opened 1 year ago

Nitish-2022 commented 1 year ago

Hi, I am facing an issue in the multi-select field at saving in jsGrid. The first time I select multi-select options then it's worked fine. but in the case of updating, it will not update according to the options chosen.

Example:-

First time i select 3 options then it saves [1,2,3]. After then if select 2 options then it replaces the first two elements of an array but 3rd element remains selected.