I have a datatable with one column where the row data invokes a function in order to get the result to display. And i have noticed that whenever i mouseover the datatable, it seems it is rerendering since the function gets called once again for each row.
How can i disable this functionality?