-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selection when focus lost #33
Comments
Hi @thebrauer You can grammatically select a cell by the selectCell() method you can also prevent the table of loosing focus (when you click outside the table) with |
The server programmer told me that sending -1 to the server created some issues for him and I am afraid I don't know what. Can outsideClickDeselects be added as a property to this?:
|
I'm not an expert in Hot-table but as I was told by one of our devs it should work. |
outsideClickDeselects option set to false this option works for this issue, thank you dude. |
Is it possible for the table to keep the selection when it loses focus? It seems to always set -1 as selectedIndex now.
The text was updated successfully, but these errors were encountered: