Is it possible to get the column details if dropdown menu is clicked?

Tags: #<Tag:0x00007efc609ab7b8>

Hi,

Is it possible to get the column details (width, title, col num, etc) if the user clicks the dropdown menu arrow in that specific column header?

Thanks!

Hi @hugh

You can get some information on beforeOnCellMouseDown hook - https://handsontable.com/docs/7.4.2/Hooks.html#event:beforeKeyDown- e.g. event, coords or TD element.

If I may ask, what are the requirements for your project?

1 Like

And this issue is also opened, by I guess that Piotr’s proposition is the one to consider, so I guess that we can close this issue.

1 Like