When i use buttons the dataTables length is missing
When i use buttons the dataTables length is missing

in Buttons
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');
}
}
],
This discussion has been closed.
Answers
See this FAQ for the answer.
Kevin