frappe / datatable

The Missing Javascript Datatable for the Web
https://frappe.io/datatable
MIT License
991 stars 160 forks source link

row index remains checked after refreshing datatable #178

Open dj12djdjs opened 10 months ago

dj12djdjs commented 10 months ago

Expected Result:

  1. Check row(s)
  2. Refresh datatable
  3. All data including checked rows should be reset.

Observed Result:

  1. Check row(s)
  2. Refresh datable
  3. All previously checked indexes are still checked even if the data inside the row is different.