Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35384

why fnCellRender doesn't work in my project

$
0
0

Hello,I try to use fnCellRender even example from your api doesn't work
from https://datatables.net/extensions/tabletools/button_options

"fnCellRender": function ( sValue, iColumn, nTr, iDataIndex ) { // Append the text 'TableTools' to column 5 if ( iColumn === 5 ) { return sValue +" TableTools"; } return sValue; }

Thanks a lot


Viewing all articles
Browse latest Browse all 35384

Trending Articles