grid-js / gridjs

Advanced table plugin
https://gridjs.io
MIT License
4.39k stars 240 forks source link

Fix events documentation #1430

Open bukacdan opened 7 months ago

bukacdan commented 7 months ago

Describe the bug In official documentation, section Events, there's a reference to full list of global events in events.ts. However, it seems like this information is outdated and these events are not emitted anymore (see https://github.com/grid-js/gridjs/issues/1349).

To Reproduce Steps to reproduce the behavior:

  1. Go to https://gridjs.io/docs/examples/event-handler

Expected behavior Documentation should be updated to reflect the current functionality. Ready event can be observed with solution from https://github.com/grid-js/gridjs/issues/1349#issuecomment-1697273695. Would be nice to mention and explain this solution and suggest how other global events can be observed.

Desktop (please complete the following information):