The-M-Project
The-M-Project copied to clipboard
M.ListView handling objects in valuePattern.
Changed 'cloneObject' method in M.ListView class. With this solution you can use JavaScript object as values in valuePattern. toString method will be invoked on this object and returned value will replace <%= %> tag.
Originally when object was present in values, valuePattern was ignored.