Custom rendering when using server side processing

Custom rendering when using server side processing

boldtrnboldtrn Posts: 1Questions: 1Answers: 0
edited April 2015 in Free community support

Hi,

I was wondering if the rendering of the table after receiving an ajax response can be modified. This seems related to the render function described here: https://www.datatables.net/manual/orthogonal-data.

My server returns Data like

{
    "name":       {
                        id: "123456",
                        value: "Tiger Nixon"
                        }
}

I want to add to each name cell the id of the name as data-attribute or as id for the td and want to add a .on( "click", handler ) for each cell.

Is this possible?

Thanks in advance

This discussion has been closed.