Hi, everyone. I’m looking for a method that allow me to actively select a specific cell ( the same behavior when double clicking on this cell ).
Which I have tried:
- I have browsered the documentation and internet but I couldn’t find it.
- I tried to use DOM to select desire cell then dispatch the double click event on it, or the enter event.The event triggered, however, the cell wasn’t focused. I guess there are some underlying mechanisms which may not abivious to me prevent such behavior.
So I really need some good advice, thanks you so much.