noxify/servicemanager-table-builder

add Array of Logical alias

Closed this issue · 0 comments

To simplify the definition, it would be good to have an alias like addLogicalArray.
It's just an alias for

builder.addArray("fieldname", {}, function(item) {
	item.addLogical("fieldname");
});