React click the delete button to delete the contents of the table how to operate

I encountered a small problem in the process of participating in the project, because not long after getting started with React, this problem bothered me for a long time:

   
is probably such an interface. How to modify it to select the comment content, then click to delete the comment, and clear the check box when the corresponding comment is deleted from the table? There is to choose how to achieve ten comments on a page, if we can solve it together, we can also solve it together, thank you!


how do you feel that the child component is a bit redundant? you add the 'delete comment' button in the parent component, and then go to the child component to delete the function. You can use the UI component Table directly in the parent component, and delete the function in the parent component. Without a layer of nesting, the function will simply understand that the data of the


child component is passed into the parent component directly by modifying the data for deletion, paging and other operations. If the data is operated by ajax, the DELETE is deleted and the data is re-GET. If the data changes, the table will be re-render; ajax GET. The parameter size: 10 will be passed when notifying the backend that the page size is 10 for paging.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b22893-4e28e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b22893-4e28e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?