Hi All,
I have an extjs grid and one of the column renderer function has a for loop which goes through an array of numbers and compares them with the value for every cell for the column in consideration. so I was thinking since the renderer already loops for each row, and now i have for loop runner for each row.
The question is should just let it run or should i change the array and user String.match() instead of for loop.
I don't have large data for now so that i could test. Which is better? any ideas?.
Thanks, Jai