You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ inputString: Supports JSON with any nesting level.
+ colTpl[$i] → Placeholders:
+ [+columnIndex+]: The new placeholder. Contains index of the column, starts at 0.
+ [+columnKey+]: The new placeholder. Contains key of the column. It is usefull for objects or associative arrays in inputString, for indexed arrays the placeholder is equal to [+columnIndex+].
+ [+val+]: If a column value is an array/object, it will be converted to a JSON string (it is usefull if inputString contains JSON with more than 2 levels of nesting).
+ rowTpl → Placeholders:
+ [+allColumnValues+]: The new placeholder. Contains string values of all columns combined by colGlue. See README → Examples.
+ [+columnKey+]: The new placeholders set, when columnKey is original column key. See README → Examples.
* removeEmptyCols: Works fine even if both rowTpl and colTpl are not set.