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.
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 apiapplyTransaction
. Therefore, i userefreshInfiniteCache()
instead, and remove theapplyTransaction()
line.