-
Notifications
You must be signed in to change notification settings - Fork 8
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
Basic-table: Revert back noRowsOverlayComponentParams prop #1623
Comments
@antonantonovich |
Basic table. I use react wrapper like that.
|
@antonantonovich |
That's not "new", that's a regression. noRowsOverlayComponent was introduced long ago and now it broken |
Your issue has been approved! You can follow the latest status on our public backlog board. Thank you for your contribution! |
@antonantonovich |
Yes, noRowsOverlayComponentParams removed as I showed on screenshot. But that property provided noRowsMessageFunc which is required by the component CustomNoRowsOverlay. That overlay displayed when table initially has no data and that causes aggrid failure. As we using react wrapper -- all properties updated dynamically. When we initially render the table -- we have no rows. And then when rows comes, we expect from table to be updated. |
Detailed description of how to reproduce the problem
Table not rendered and Exception logged:
index.js:52 TypeError: params.noRowsMessageFunc is not a function
at CustomNoRowsOverlay.init (customNoRowsOverlay.ts:10:1)
That was broken after commit c35ce5e where params were deleted
Upload a screenshot
Describe the development framework
No response
Expected behavior
Table should render
Additional information
No response
The text was updated successfully, but these errors were encountered: