frappe/datatable

row index remains checked after refreshing datatable

dj12djdjs opened this issue · 0 comments

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.