-
-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Events not working #1349
Comments
Came across it just now, since I need to know when the table was rendered. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Unfortunately im still using version 5 because of this. |
Looked through code and it appears emitting event like "ready" was removed. Maybe is had been done intentionally because they have states that can be tracked. Who knows? I use a workaround over states for now. Example:
|
Thank you very much! However, I'm still curious as to why those events were removed. If we need to render something right after the grid has been rendered, it seems that there's no way to add an event listener for this scenario. |
Hmmm is this project dead? |
hi, my latest PR fixes the ready event at least. #1466 |
Thanks a lot ! Hope they can merge it quickly. |
@bastiedotorg I'm unable to trace it with the install from https://www.npmjs.com/package/gridjs ... can you help? The ready isn't working for 6.2.0 Any thought @afshinm ? @scarchik your solution works but seem to set on a max of the pagination (10). From my previous version 5.1.0 ... I was able to do the following to download a CSV file
Then reset the grid back to pagination |
@charlesmudy I am unsure what our question is. can you elaborate? |
@bastiedotorg I'm on version 6.2.0 and unable to use the ready event. You referenced a PR hack which hasn't been merged yet. Wondering how I can do it locally/manually ? |
ah, basically you need to change the file mentioned here https://github.com/grid-js/gridjs/pull/1466/files |
You are the best ...Thank you! @bastiedotorg |
Events like ready and load are not getting triggered. It was working in the previous release version. Version 5.
The text was updated successfully, but these errors were encountered: