ColHeaders Custom with select box

Tags: #<Tag:0x00007f8b1e17e8b8>

Hello,

I added a header, and I would like to have a select box, I made the example here:

https://jsfiddle.net/t9gqz6Lj/

but when I try to change the value of the select nothing happens.

Can someone help me?

Hi @jeremie.develay

the table steals focus from the element inside the header. This code should work
https://jsfiddle.net/f4umjtg8/ but it closes the list too soon.

I will test it and share my thoughts as soon as possible.

it’s strange, I have a case where the select works. But it may be related to css of our application.

On the other hand how to keep the selection of the header, when one changes cell

On the other hand how to keep the selection of the header, when one changes cell

you’d need to add the selection for the header in the afterChange hook.