Archive for September 16th, 2008
the most exciting second
Do you hate yourself by letting the second passed and turn into hours? If there was an intellisent or syntax checking exist I may had supressed the hours back down to second.
If it always work; but not here ….
beware of your typos
/* the wrong version */
component SmartGrid, {@source: listOfData, @column: [@Id, @Name]}
/* the correct version */
component SmartGrid, {@source: listOfData, @columns: [@Id, @Name]}

