RowDetailView - Not Working? #271
-
Is RowDetailView suppose to be working with React? I noticed the example is missing. I was unable to get it to work myself using various options. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
it's available unless someone contributes to the project. Basically this project was created by someone else and transferred back to me because I maintain all other SlickGrid libraries. However I'm just not a React developer and the Rod Detail extension requires to create a React component dynamically from JavaScript (without any html tag). If you know how to do that then please contribute a Pull Request, you can take a look at how I've created the SlickRowDetail Service in Angular-Slickgrid here or in Aurelia-Slickgrid here, typically the Aurelia-Slickgrid one is easier to read since it's closer to standard JS code. So in short, this feature will not be available unless someone contribute to the project with the necessary code to implement it |
Beta Was this translation helpful? Give feedback.
-
Row Detail is now built-in Slickgrid-React (requires v5.9.0 or higher), however please note that there are console warnings in dev because of current implementation, see docs for more details |
Beta Was this translation helpful? Give feedback.
Row Detail is now built-in Slickgrid-React (requires v5.9.0 or higher), however please note that there are console warnings in dev because of current implementation, see docs for more details