Set data after instantiation
A grid is created, then data is set afterwards. You can set data using grid.data = data;
at anytime. Data can be an array of objects, an array of arrays or a mixed array of objects, arrays and primitives.
A grid is created, then data is set afterwards. You can set data using grid.data = data;
at anytime. Data can be an array of objects, an array of arrays or a mixed array of objects, arrays and primitives.