Skip to content

Re-fix previous fix within DataTablesConfig() method

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

Created by: Spudz76

Broke when there is no data-src somehow? I don't recall using (true === dataSrc) in the logic definitely should be (undefined === dataSrc)

Merge request reports