Calling Element methods on node return incorrect data

Accessing Datatable → onItemClick → node argument for any operation return incorrect data.
For example: When call node.getBoundingClientRect() method, it returns object {x:0, y:0, top:0, left:0 , …}

But when click same item again then it works as expected

Hello @connectly ,
Could you please provide more information on your current implementation and share a demo/code sample (using our Snippet Tool)?