website icon indicating copy to clipboard operation
website copied to clipboard

Link to the events lis on the documentation is broken

Open pcambra opened this issue 4 years ago • 3 comments

On https://gridjs.io/docs/examples/event-handler, there's a link to the events available:

image

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

pcambra avatar Apr 16 '21 17:04 pcambra

Hi @pcambra thnaks for the report, I created a pull request with the fix.

LightwithoutLisonlyight avatar May 02 '21 12:05 LightwithoutLisonlyight

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

nilsonmolina avatar Feb 09 '22 16:02 nilsonmolina

Still an issue :cry:

arutinn avatar Mar 15 '22 18:03 arutinn