Hi there,
thanks a lot for the patch - I'll implement this in the next minor release (i-doiv v 1.2.3).
But first we need to test a few browsers (Chrome, Firefox, IE, …).
By the way, this seems to work a bit better (because we need to consider the "room" view)
el.insert( new Element('tr', {className:css, 'data-slotnum':i}) .update(new Element('td').update(num + ' ')) .insert(new Element('td', {className:'slot'}).update('')) //.insert(new Element('td', {className:'slot'}).update(' ')) .insert(new Element('td').update(' ' + num)) );Greetings from germany