grid-js / gridjs

Advanced table plugin
https://gridjs.io
MIT License
4.39k stars 240 forks source link

Not able to update the state by clicking on a checkbox #1459

Closed Vikram125609 closed 3 months ago

Vikram125609 commented 3 months ago

Describe the bug I had used grid js to display the table data. In the table there is one column which is given to checkbox when i want when someone click on the the checkbox it should update the state by appending its id so that i can use the list of the id for the delete request

Screenshot 2024-07-05 at 4 22 40 PM

This is how the UI Look like

image

This is getting printed only once during mounting phase

image

Console Log

image