mootools table pushmany
I'm trying t开发者_JS百科o build a table using the Mootools HMTLTable class, specifically using the pushMany method.
I have built a sample using the same syntax that they show in the docs at http://mootools.net/docs/more/Interface/HtmlTable#HtmlTable:pushMany, but I can't get the data to display. Is there somethign obvious I'm missing?
Thanks
A fiddle: http://jsfiddle.net/W2nMn/1/
Its an error in the docs, you should just use myTable.pushMany
http://jsfiddle.net/W2nMn/2/
精彩评论