I need to data bind my hovered dropdown list item title in order to do logic with it without actually selecting it. How can I achieve this?
Requested hook: Dropdown list (on focus list item)
we do not have any similar feature, but you should be able to achieve the goal using our hooks.
Here’s a simple example https://jsfiddle.net/sv4L8z9j/1/
details:
- using
handsontable
cell type - adding
className
for cells of the list - use className within the
afterSelectionEnd
hook to attach a new DIV
If I misunderstood the case please provide more details.
Hi Alejandro,
I’m just double-checking if I can close the topic or there are still some unsolved queries.