bootstrap-gtreetable
bootstrap-gtreetable copied to clipboard
Allow to overwrite only parts of templateParts via options by using jQuery.extend
I was unable to just overwrite this.templateParts.input
. With jQuery.extend
only those keys present in the second object overwrite the values of the first object.
This request also includes minor space fixed (e.g. trailing spaces on line endings).