Greetings to all, I have this problem with a Datatable table which in my .JS file I declare at the beginning of this way:
var table;
$(document).ready(function(){
table = $('#example').DataTable({
data: "",
'rowsGroup': [0...
asked by
26.09.2017 / 21:45