[GH #692] Chosen editor Menu not showing perfectly by another table headers

Tags: #<Tag:0x00007f8b1d349fb8> #<Tag:0x00007f8b1d349e78>

I am using customDropdownrender for drop down menu with editor is chosen. but menu was not showing perfectly by another table header.

here My example: https://jsfiddle.net/kranthi2210/t93zw8gf/28/

Hi @kranthikumar.reddy32

I think the example you sent has some code missing as I can’t see your custom dropdown menu here and the issue you’re describing.

Hi, I am getting Error in JsFiddle , please find my code below.

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>

<link rel="stylesheet prefetch" href="https://cdnjs.cloudflare.com/ajax/libs/chosen/1.8.7/chosen.css">

<script type="text/javascript"

    src="https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.js"></script>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.css" />

<script src="https://cdn.jsdelivr.net/npm/moment@2.29.4/moment.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/chosen/1.8.7/chosen.jquery.js"></script>

<script src="./Handson Table/handsontable-chosen-editor.js"></script>

<style>

    .handsontable .currentRow {

        background-color: #F98819;

    }

    .handsontable .currentCol {

        background-color: #FCD64D;

    }

</style>
<div id="example1"></div>

Hi @kranthikumar.reddy32

I noticed that you are using a custom package created by our community - handsontable-chosen-editor

On their GitHub page I can see it was last modified over 4 years ago, so it’s way behind the latest releases of Handsontable and that’s why it’s not compatible anymore. We also don’t offer support for custom solutions like this one.

Then how to use Key value pair MultiSelect Dropdown with jQuery in Handson Table.

Multiselect dropdown isn’t supported by Handsontable yet. We have plans to implement this functionality but it wasn’t strictly planned yet. I’ll inform you when the situation will change.

Hello Adrian, Currently, Is the multiselect dropdown implemented in handsontable yet?

Hi @nvaddalapu

Not yet, we are currently focusing on other projects. We will update this topic once we add this functionality.