dokuwiki-plugin-data
dokuwiki-plugin-data copied to clipboard
Missing <thead> </thead> markup in datatable output
Dokuwiki: Release 2015-08-10a "Detritus" data plugin: 2015-09-14
Problem: Current data plugin does provide <th> </th>
markup, but doesn't provide <thead> </thead>
markup, which makes it impossible to use css-only solutions for fixed table headers.
Example css only solutions for fixed headers: http://codepen.io/tjvantoll/pen/JEKIu -> thead needed http://codepen.io/Kseso/pen/bygkA -> thead needed
Request:
- Modify data plugin so that thead is used in the datatables, or alternatively
- Implement option for fixed table headers in data plugin
Thanks in advance!