Category "gridjs"

How to extract data of cell clicked grid.js

I am using Grid.js to render a table in react. I need to extract the data in one of the cells. When I map the args, I get two results back....a MouseEvent and '

Populate cells with HTML in Grid.js

How can I populate cells with HTML content in Grid.js?