You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i am using valuePrepareFunction to return the value of a column then the function is getting called at intermittent intervals even thought the table has been initialized which is affecting the performance of the application.There are only 2 rows in my table.Initially i thought putting the console.log in the function might be the issue then i put the debugger in the chrome to check and the same thing is happening
The text was updated successfully, but these errors were encountered:
karangarg45
changed the title
valuePrepareFunction called multiple times
valuePrepareFunction called multiple times [bug]
Apr 12, 2017
If i am using valuePrepareFunction to return the value of a column then the function is getting called at intermittent intervals even thought the table has been initialized which is affecting the performance of the application.There are only 2 rows in my table.Initially i thought putting the console.log in the function might be the issue then i put the debugger in the chrome to check and the same thing is happening
The text was updated successfully, but these errors were encountered: