I plan on releasing a bug fix release tomorrow. There's basically 2 ways to get data into the table; in the options or by calling the .push method. The push method works fine, but the line that iterates over the items in the options has a flaw, and our unit test didn't test that methodology. If you want to get started working on it today without waiting for the patch, just download this version: http://github.com/anutron/mootools-more/blob/master/Source/Interface/HtmlTable.js
(line 62-64 are the ones that changed) As to karolis's question about injecting text, if you want to *see* the bold tags in your example as "<b>" instead of them being html, you need to replace < with < and > with > like any other test you inject into the DOM. On Wed, Oct 21, 2009 at 5:45 AM, ghazal <[email protected]> wrote: > > Okey. > I'll wait for the next release. > >
