splitbrain / dokuwiki-plugin-data

Add and query structured data in your DokuWiki
http://www.dokuwiki.org/plugin:data
GNU General Public License v2.0
50 stars 34 forks source link

Missing <thead> </thead> markup in datatable output #185

Open tmo26 opened 8 years ago

tmo26 commented 8 years ago

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:

Thanks in advance!