how can I access cell data at render

how can I access cell data at render

webvisionwebvision Posts: 10Questions: 7Answers: 0
edited September 2014 in Free community support

I would like to populate work order ID as part of a custom button.

columns: [
            { data: "id" },
            { data: "workorder_number" },
            { data: "workorder_date" },
            {
                data: null,
                className: "center",
                defaultContent: '<a href="index.cfm?wid=[cell content of id]">Edit</a>'
            }
        ],

Can someone please point me in the right direction?

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.