İnitial Selected

Tags: #<Tag:0x00007efc61c0ae18> #<Tag:0x00007efc61c0acd8>

How to set default selected value in handsontable.I want some values to be selected initial. Here is my codes
image

Hi @ayse.tptn

There is no option for a pre-initial selection setup. However, you can do that within a hook, for example, the afterInit(). This hook is fired after the Handsontable instance is initiated.

Here’s an example https://jsfiddle.net/pqt86s09/

1 Like

Thank yut aleksandra. It worked :slight_smile:

Great! Thank you for the update.

Please feel free to open a new thread if needed.