berend
29 Mar 2007, 12:22 AM
The live table has a typo, meaning you cannot pass your columns in it (but you can pass your colums). The assignment:
ch = config.colums || [];
probably should be spelled properly as "columns".
ch = config.colums || [];
probably should be spelled properly as "columns".