cosmocode / dokuwiki-plugin-tablelayout

Set the width of table columns and set which lines to fix
https://www.dokuwiki.org/plugin:tablelayout
GNU General Public License v2.0
3 stars 1 forks source link

Percentage widths #6

Open cjohnsonuk opened 6 years ago

cjohnsonuk commented 6 years ago

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%"}}