Page 1 of 1

Double Click in DataTable Row

Posted: 23 Oct 2019, 15:21
by FairKing
Anyone knows how to attach doubleclick to datatable rows?
My goal is to have "select row on click" and "open details on double click".
At the moment I can only do "select row on click".

Appreciate any help

Re: Double Click in DataTable Row

Posted: 24 Oct 2019, 09:31
by cagatay.civici
It is not generally suggested to have click and double click on the same element from UX point of view however we can do it with a callback, please create a request at github and we'll do it for next release.

Re: Double Click in DataTable Row

Posted: 24 Oct 2019, 11:19
by FairKing
I see. Thanks for advice. I think you are right. Will do a different approach. Multiselect within checkboxes and click row to open details.
Regards.

Re: Double Click in DataTable Row

Posted: 20 Nov 2019, 11:58
by cagatay.civici
beta.14 brings row-click event that you may use as well.

Re: Double Click in DataTable Row

Posted: 20 Nov 2019, 13:18
by FairKing
Very Thanks. Will try.