How to set default selected value in handsontable.I want some values to be selected initial. Here is my codes
İnitial Selected
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
Great! Thank you for the update.
Please feel free to open a new thread if needed.