javascript

Solved Datatables CSV import using join table

The Problem : Dot nation Problem 1 Problem 2 Solution function ref(obj, str) { return str.split(“.”).reduce(function(o, x) { return o[x] }, obj); } var mapped = ref(data, field.name()); Using this way to read { tablename: { field1, field2 } } It will turn to read tablename.field1 and tablename.field2 Modified Code from Official CVS Import CVS Import selectEditor.on(‘submitComplete’, function (e, json, data, action) { // Use the host Editor instance to show a multi-row create form allowing the us[…]

Solved Datatables CSV import using join table Read More »

ERROR: IITC failed to extract the required parameters from the intel site

I’ve got the error by using IITC for Ingress today IITC failed to extract the required parameters from the intel site This can happen after Niantic update the standard intel site. A fix will be needed from the IITC developers. Reference: https://github.com/dwinss/ingress-intel-total-conversion/commit/26c7616d0f8e070451e455e70003c47f1bb279a2 Click the Tampermonkey Button at the Top Right of your Google Browser Click

ERROR: IITC failed to extract the required parameters from the intel site Read More »