Number Sorting Datagrid Problems with AS2

Team = new Array(
{Name:“Pavel Datsyuk”, GP:“82”, G:“31”, A:“66”, P:“97”, PlMi:“41”, PIM:“20”, PP:“10”, SH:“1”, GW:“6”, S:“264”, Acc:“11.7”},
{Name:“Henrik Zetterberg”, GP:“75”, G:“43”, A:“49”, P:“92”, PlMi:“30”, PIM:“34”, PP:“16”, SH:“1”, GW:“7”, S:“358”, Acc:“12.0”}
);

Only thing I would really like to know about this is I have read the tutorial on the kirupa tutorials section, problem is I have already built the array this way. Is there any way to sort out my datagrid like this?

I’d like to have the first column not sorted Numerically :smiley: obviously (rolling eyes here)
It wouldn’t be a problem to rewrite it but I’d rather not as there is much more to the code than just that there. Any help is appreciated.