The native HtmlCanvas is built for speed not styling. When you have thousands of elements, it outperforms the heavier nested <div> translation by orders of magnitude. I know, i've tried the "normal" way before, but for my project it was to slow (It's an serverside application with a dynam...