giterlizzi / dokuwiki-plugin-datatables

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

Strange Issue popped up #5

Closed NoriSilverrage closed 9 years ago

NoriSilverrage commented 9 years ago

Was using DataTables a couple weeks back without any issue and just noticed today that it is no longer working. Basically it appears that the functions for it aren't working. Chrome says: Uncaught TypeError: $target_table.DataTable is not a function js.php?t=bootstrap3&tseed=ed855a3e6f5f626b45c47eb0d32bce85

Running Release 2015-08-10 "Detritus" and DataTables Installed version: 2015-08-07

giterlizzi commented 9 years ago

Hi! This error occur when the DataTable JS library is not loaded.

Follow this steps:

At your disposal, Joseph

NoriSilverrage commented 9 years ago

Thanks for the response... I figured out the issue and it was just me being dumb. I was setting up documentation for Data Tables and put it under /wiki not realizing that anything under there is excluded. Removed the exclusion and it is working now.