giterlizzi / dokuwiki-plugin-datatables

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

Ability to apply DataTables on tables from other plugins #8

Closed ghybs closed 8 years ago

ghybs commented 8 years ago

Hi,

This PR proposes to enable using DataTables on tables rendered by other plugin (e.g. csv and structured data).

There are currently 2 issues that prevent doing so:

What this PR does:

It also slightly improves the syntax (entry and exit patterns), and the javascript for retrieval of fixedHeaderOffsetTop value.

ghybs commented 8 years ago

Added compatibility with complex headers (see issue #6).

giterlizzi commented 8 years ago

Very good :+1: Thank you!