giterlizzi / dokuwiki-plugin-datatables

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

Datatables - Options not working in Arctictut Template #30

Open mbromley-voxel opened 6 years ago

mbromley-voxel commented 6 years ago

I've tried copying and pasting the sample codes with options, but each time I get the same basic table. My table does not contain any header column filtering, search box, paging, etc. I've tried:

datatable paging-type="simple" scroll-y="200px"

datatable paging-type="simple_numbers" scroll-y="200px"

datatable scroll-y="200px" paging="false"

But each produces the exact same simple table. Am I missing something?