Thanks! t=TABLE(null, THEAD(), TBODY(null,TR(null, map(partial(TD,null), ["hello!", "how are you?", "fine"]))), TFOOT())
works. I guess that this means that I have to use this form each time, regardles off browser.
Thanks! t=TABLE(null, THEAD(), TBODY(null,TR(null, map(partial(TD,null), ["hello!", "how are you?", "fine"]))), TFOOT())
works. I guess that this means that I have to use this form each time, regardles off browser.