• Lukáš Frouz
    November 2, 2018 at 8:35 am #5321

    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
    November 2, 2018 at 8:40 am #5322

    Ouch.. my bad.. it works just fine, I had problem in my on cell event function.. 🙂

    SPARK Support
    November 6, 2018 at 1:31 pm #5334

    Hi Lukas,

    Glad you found the issue.

    Regards,

    Stephen P.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Start typing and press Enter to search