This function allows a person Object consisting of (img, name, link) to be created as a div.
configurable with Options
clickable: true or false
onClickFunction: function to be added to div if clickable
wrapInATR: true // adds the div to a tr within a td to conform with existing panes otherwise only returns a Div
The Div is styled with flexbox, currently justify-content: space-between (thinking we could make this configurable as well)
This function allows a person Object consisting of (img, name, link) to be created as a div.
configurable with Options clickable: true or false onClickFunction: function to be added to div if clickable wrapInATR: true // adds the div to a tr within a td to conform with existing panes otherwise only returns a Div
The Div is styled with flexbox, currently justify-content: space-between (thinking we could make this configurable as well)