aodn / nrmn-application

A web application for collation, validation, and storage of all data obtained during surveys conducted by the NRMN
GNU General Public License v3.0
4 stars 3 forks source link

Bug/delete button#5200 #1342

Closed HavierD closed 10 months ago

HavierD commented 10 months ago

Thank you. I just researched why the api.applyTransaction() is not working properly (doesn't refresh the table). It is because that the table we are using for this page is infinite model, which doesn't support the api applyTransaction. Therefore, i use refreshInfiniteCache() instead, and remove the applyTransaction() line.