Link to the events lis on the documentation is broken
On https://gridjs.io/docs/examples/event-handler, there's a link to the events available:

That points to an non-existent file, maybe a new doc page should be created with the events or point to these 2 files https://github.com/grid-js/gridjs/blob/master/packages/gridjs/src/view/table/events.ts & https://github.com/grid-js/gridjs/blob/master/packages/gridjs/src/view/events.ts
Hi @pcambra thnaks for the report, I created a pull request with the fix.
Seems like the links are broken again. Below are the two links that worked for me:
Container Events https://github.com/grid-js/gridjs/blob/master/src/view/events.ts
Table Events https://github.com/grid-js/gridjs/blob/master/src/view/table/events.ts
Still an issue :cry: