DropDown data disappears on scrolling

Tags: #<Tag:0x00007f8b1dda5598>

Hi Team,

DropDown data starts disappearing when i try to change the selected dropdown value.

In the above image, cell with blue color are the dropdown type cells.
I have pre selected “SKU CONTRACT” dropdown . when i tried changing value of “SKU CONTRACT” while scrolling half data of dropdown got disappeared. In this case, last value in dropdown is “ORDER_NBR” but still you can see the scrolling of dropdown (Marked in red)

var arrayList = [‘A’,‘B’,‘C’,‘D’,‘E’,‘F’,‘G’,‘H’,‘I’,‘J’,‘K’,‘M’,‘N’];

self.SOFParamTable = new Handsontable(container, {
rowHeaders: true,
colHeaders: columns,
contextMenu: true,
columns: [
{
data: ‘PARAM_ID’
},
{
data: ‘SHEET NAME’
},
{
data: ‘DATA NAME’,
type: ‘dropdown’,
source: arrayList
},
{
data: ‘POSITION’
},
{
data: ‘TYPE_OF_DATA’,
type: ‘dropdown’,
source: [‘Fixed’, ‘Loop’]
}
],
data: columnData,
height: ‘250px’,
stretchH: ‘all’,
copyPaste: true,
minSpareRows: 1,
hiddenColumns: {
columns: [0]
}
});

Hey @sbsawant03

I do not see any obstacles that ca appear while using your settings. Are you able to replicate the issue using JSFiddle? If so, please share a demo

Hi,

Please find below the JSFiddle link and video link

http://jsfiddle.net/nesxjy2u/1/

What browser do you use? It works well in Chrome 71 (Mojave). Does it happen when you update the version of Handsontable? The demo is for v 0.26.0 while we have 6.2.2