20 March 2017

Since the current table has hard-coded styles, after new columns are introduced, the layout is broken. So I am trying to adjust the table layout properly.

After some investigation as well as trials and errors, it seems using a table-layout:fixed is the right way to do it. I have played it a bit in the playground-javascript project and committed the code to the repository hosted on Bitbucket.

Let's see how it goes tomorrow````.