I am new to slickgrid and was trying to understand destroy() function.
Was going through the link about destroying the grid after success call.
Could anyone please let me know what is difference between
mySlickgrid.destroy()
and mySlickgrid = null
?
Also, read about some memory leak in this link.
Does writing mySlickgrid = null
would prevent memory leak and serve the same purpose as destroy()?