When i use buttons the dataTables length is missing
When i use buttons the dataTables length is missing
jjcfidalgo@gmail.com
Posts: 11Questions: 8Answers: 0
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');
}
}
],
Answers
See this FAQ for the answer.
Kevin