Grid Code


Using the above API

Step 1: Change the grid data in myData[] array variable
Step 2: Change te myColumns[] array variable
Step 3: // set number of rows/columns
           obj.setRowCount(20);
           obj.setColumnCount(5);
Download aw.js and aw.css files (Mouse right click and save link as...)

Back