giterlizzi / dokuwiki-plugin-datatables

Add DataTables support to DokuWiki
GNU General Public License v2.0
10 stars 11 forks source link

table width #62

Open Andrew-Terry opened 2 years ago

Andrew-Terry commented 2 years ago

Loving the plugin. Would like to set max table width, apologies if that's already possible!

jens62 commented 11 months ago

I achieved that by using the WARP-Plugin.

E.g. to size the table to 50% of the page:

<WRAP half column>
<datatables auto-width="false">
... table definition ...
</datatables>
</WRAP>