Lukáš Frouz
Hi there..
I would like to ask, how can I force the column to ge rendered in Custom mode by using setColumns method on the Service Data Table.. I already tried renderAs: “C” like Custom..
var addButtonColumn = function(elementName) {
var column = {
visibility: true,
sortable: true,
cssClass: “”,
dataElementName: elementName,
type: “Text”,
renderAs: “C”,
label: “Button Column”
};
return column;
}
Lukáš Frouz
Ouch.. my bad.. it works just fine, I had problem in my on cell event function.. 🙂
SPARK Support
Hi Lukas,
Glad you found the issue.
Regards,
Stephen P.