giterlizzi / dokuwiki-plugin-datatables

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

Multiple fixes #70

Closed splitbrain closed 1 year ago

splitbrain commented 1 year ago

This PR applies multiple fixes and clean-ups. Most importantly it provides adequate styling when used with a template other than bootstrap3 and it fixes the localization (#67). It also fixes warnings on PHP8 (#59).

The datatables scripts and styles have been updated to their latest releases.

Please note this works fine for me on Jack Jackrum with deferred JavaScript, but I did not fix anything explicitly for that. So I'm not sure if #69 and #65 are actually correct or if the users where just confused about the missing styles.

Re #54 and #23 I added the buttons config B into the default configuration. Wrapper configuration can be used to overwrite.

More details can be found in the individual commit messages.

giterlizzi commented 1 year ago

Thanks a lot!!!!