Table Editor
© 2012, Martin Rinehart
Output Code:
output
Input Code:
new MRlib323.Table( "Sample Table", ['ID','Number','Name','Spare'], [ [1,101,'One oh one',''], [2,202,'Two oh two',''], [3,303,'Three oh three',''] ] );