$('#data-table').DataTable( { createdRow: function( row, data, dataIndex ) { $( row ).addClass('className'); } } );