giterlizzi / dokuwiki-plugin-datatables

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

Update script.js #46

Open darusdp opened 5 years ago

darusdp commented 5 years ago

Added two parameters colSearchType (which can be 'text' or 'list') and colSearchLoc (which can be 'top' or 'bot' or unspecified to default to bottom). This will allow for column level filtering via text/RegEx or a list of values in the column and allow for the column level filtering boxes to be at the top of bottom of the table.