dokuwiki-plugin-data icon indicating copy to clipboard operation
dokuwiki-plugin-data copied to clipboard

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

Open tmo26 opened this issue 9 years ago • 0 comments

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!

tmo26 avatar Dec 15 '15 12:12 tmo26