Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

158
Vistas
Jquery Datatable Export to excel Not Working with Html Select Box

I am working in a Laravel project where I use jquery datatable to display lists of data. I also added Excel download button in datatable by using the options provided by the datatable.

In the listing, there is a box which is used to change the status (placed, processing, delivered, cancelled) of a listing.

The problem is that, whenever I am trying to export the listing as excel sheet, all column values are displaying well in the downloaded excel, but the status field () box displaying the first "placed" value for each listing even if they are value with "processing" or "cancelled".

What is the reason behind this ? Am I missing some option in datatable ? Here is my code :

**

$(document).ready( function () {
            $('#myTable').DataTable({
                
                "bPaginate": false,
                dom: 'Bfrtip',
                buttons: [
                    {
                extend:    'csvHtml5',
                text:      '<img src="{{asset('admin_assets/images/CSV-logo.jpg')}}">',
                titleAttr: 'CSV'
            },
            {
                extend:    'excelHtml5',
                text:      '<img src="{{asset('admin_assets/images/excel.jpg')}}">',
                titleAttr: 'Excel'
            },
                ],
            });
        } );

**

I got stuck here. Please help me. Thanks in advance.

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda