You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
So I fetch my JSON data from the server and use reactable library to display as a table. Could I trigger a click event on a single row and pass _id ? Previously I used a traditional _map loop so is there a possibility ? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Yes, this table seems fully featured for displaying data, but not for manipulating it! There appears to be not a jot of support for anything that would allow you to have a (say), edit or delete button against each row. What an utterly huge shame it doesn't.
So I fetch my JSON data from the server and use reactable library to display as a table. Could I trigger a click event on a single row and pass _id ? Previously I used a traditional _map loop so is there a possibility ? Thanks in advance.
The text was updated successfully, but these errors were encountered: