Now I use ag-grid, which can create a custom renderer for each data cell, but this requires HTML elements
For example, these are elements that can be created by calling document.createElement ()
But I want to use the React element as a custom renderer for convenient
Not sure if I can do this or not?
source share