Rather than only specifying widths as px can it be allowed to set them as % too. This will allow
1) responsive templates to correctly make use of the available space without overflowing the page
2) any future fixed width template changes to not require all table definitions to be reviewed to correct the table column widths
Rather than only specifying widths as px can it be allowed to set them as % too. This will allow 1) responsive templates to correctly make use of the available space without overflowing the page 2) any future fixed width template changes to not require all table definitions to be reviewed to correct the table column widths
eg {{tablelayout?colwidth="30%,30%,20%,20%"}}