Row event return Proxy
See original GitHub issueI’m using row events like this
const rowEvents = {
onContextMenu: (e, row, rowIndex) => {
console.log(`CONTEXT MENU e: `, e);
console.log(`clicked on row: `, row);
},
};
the event is return PROXY object like this:

Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Proxy - JavaScript - MDN Web Docs
The Proxy object enables you to create a proxy for another object, ... receiver) { return "world"; }, }; const proxy2 = new...
Read more >row selection event not generated if proxy is called early
I'm wondering if there is a better method to pre select a table after its content updated(it's better to be very early, the...
Read more >jQuery: Having one element act as event proxy for another
I have two elements laid over one another. I'd like whatever mouse events are triggered on the top-most element to not apply the...
Read more >How to use JavaScript Proxies to Create Transposed Data ...
transposeGrid : This method adds a row header column to show the property names and handles the loadedRows event to apply to rows...
Read more >sp_enum_proxy_for_subsystem (Transact-SQL) - SQL Server
The following example returns a row if the proxy Catalog application proxy has access to the ActiveScripting subsystem. Otherwise, the example ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@ronaiza-cardoso how about upgrade your
react.js? I test your case inreact@16.4is workI’m using
"react": "16.3"