How to Insert buttons in a data table

How to Insert buttons in a data table

smksmk Posts: 2Questions: 0Answers: 0
edited August 2012 in General
Hi , I was able to use the datatable jQuery plugin to my table, but I have few buttons in one of my td. How can I do that ? Can anyone please me out.
Thanks in advance.

Replies

  • luizrossettiluizrossetti Posts: 2Questions: 0Answers: 0
    You can do this:

    "aoColumnDefs" : [ {
    "fnRender" : function(o, val) {
    return '';
    },
    "aTargets" : [ number of the column ]
    }
This discussion has been closed.