Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

243
Views
Error RowGroup Datatable en PHP - TypeError no capturado: no se pueden establecer propiedades de indefinido (configurando 'RowGroup')
function PERSYARATAN() { $('#persyaratan_table').DataTable({ "columns": [{ "orderable" : true, "class" : "text-center", "width" : "5%", }, { "orderable" : false, "class" : "text-left" }, { "orderable" : false, "class" : "text-left" }, { "orderable" : true, "class" : "text-left", // "class" : "hide_column", }, { "orderable" : true, "class" : "text-left" }, ], order: [[3, 'asc']], rowgroup: { dataSrc: 3 }, "processing": true, "serverSide": true, "autoWidth" : false, "searching" : true, "stateSave" : true, "bDestroy" : true, "iDisplayLenght" : 10, "sPaginationType": "simple_numbers", "language": { "url": "../plugins/datatables/Indonesian.json" }, "ajax": function (data, callback, settings) { $.ajax({ "url" : "/persyaratanperaturanizin", "type" : "GET", "data" : data, "error" : function(xhr) { ERROR_ALERT(xhr); callback({ draw: 1, data: [], recordsTotal: 0, recordsFiltered: 0 }); }, "success": function (data) { var respons = data.respons; if (respons.success == 1) { no = respons.data.data.lenght; callback(respons.data); } } }); } }); }

Esa es mi tabla de datos de código js

quiero usar la tabla de datos del grupo de filas y me sale este error

TypeError no capturado: no se pueden establecer propiedades de indefinido (configurando 'RowGroup') https://i.stack.imgur.com/W6STt.png

ya llamo

 https://cdn.datatables.net/rowgroup/1.1.3/css/rowGroup.bootstrap4.min.css

y

 https://cdn.datatables.net/rowgroup/1.1.3/js/dataTables.rowGroup.min.js

como arreglar este error

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!