So, I'm building a table data editor, and need funcitonality that's not available in the ready-built plugins. This is my code so far:
http://sandman.net/test/tables.php
But I'm having problem with my "add column" ("Lägg till kolumn") button, which correctly adds a column, but makes the table one column larger in the process. I've even tried to set the TD widths to percentages after the fact but it doesn't work.
How do I add a column and make it automatically resize all columns for it to fit in the preset width?