Version 0.5 adds one of the most requested features: column resization.
		To add this feature to your grid, simply set the 
resize_cols attribute
		to 
true before rendering the grid.
		
				// Enable column resize 
				g.resize_cols = true;
		
		That's all! The final result is shown below.