Changing column values without refetching data?
I have checkboxes above the grid that let folks turn columns on and off.
Is it possible to change obj.setColumnValues and have it re-render the table without re-fetching the data? That is, I am doing a obj.refresh() after I change the column values. Is there an alternative that will tell it to redraw without refetching?
Thanks!
Is it possible to change obj.setColumnValues and have it re-render the table without re-fetching the data? That is, I am doing a obj.refresh() after I change the column values. Is there an alternative that will tell it to redraw without refetching?
Thanks!
Drew Hahn
September 21,