Skip to content

Patch DataTables helper

Bryan Tong requested to merge github/fork/Spudz76/tablefix into master

Created by: Spudz76

Properly implement the tableName argument; Repair handling of data-src option;

Neither option previously worked at all. Table name had to be "table" and you had to put your AJAX route in the current window.location.href and data-src other than "local" did not override the endpoint.

Merge request reports