≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
How to Insert buttons in a data table
How to Insert buttons in a data table
smk
Posts: 2
Questions: 0
Answers: 0
August 2012
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
luizrossetti
Posts: 2
Questions: 0
Answers: 0
August 2012
You can do this:
"aoColumnDefs" : [ {
"fnRender" : function(o, val) {
return '';
},
"aTargets" : [ number of the column ]
}
This discussion has been closed.
Replies
"aoColumnDefs" : [ {
"fnRender" : function(o, val) {
return '';
},
"aTargets" : [ number of the column ]
}