When i use buttons the dataTables length is missing

When i use buttons the dataTables length is missing

jjcfidalgo@gmail.comjjcfidalgo@gmail.com Posts: 11Questions: 8Answers: 0

The datables length is missing when i put
dom: 'Bfrtip',
buttons: [
{
text: 'Novo',
className: "btn btn-primary",
action: function (e, dt, node, config) {
alert('Button activated');
}
}
],

Answers

Sign In or Register to comment.