How to cancel the page change or refresh of react Antd Design table checkbox

use the Table component of Antd Design, first check out the data, and then select a CheckBox, but when you change pages, that CheckBox will not disappear. For example, when I select the first line on the first page, and then skip to the second page, the first row of the second page still shows that it is selected. Ask for help, how to deal with this problem.


does table have rowkey configured?


  1. all pages in table are taken out from store at once. You can control the selected checkbox through state
  2. take one page at a time from store in table, then you need to add the checkbox attribute to the store data, and modify the checkbox in the Store data when selected
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-7add19-15aa2.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-7add19-15aa2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?