JuanCarlosC

Results 4 issues of JuanCarlosC

Is it possible to export only the data without the table structure?

No tiene en cuenta los parámetros Id, type, hidden, ni required del Input...

Hola, Como inserto una nueva fila con las mismas propiedades y los mismos botones de la primera fila? Que buen plugin! Gracias por sus respuestas....

with ajax lost the style... ![image](https://user-images.githubusercontent.com/30241218/236056215-c639940e-6efa-4b12-a07a-6e30208e1eed.png) ![image](https://user-images.githubusercontent.com/30241218/236056145-9a62d8f6-8c00-49b1-9585-9653028ea045.png) ``` $("#element").select2({ placeholder: 'Seleccione', allowClear: true, minimumInputLength: 1, ajax: { url: 'SearchCustomer.php', dataType: 'json', delay: 10, processResults: function(dataMaster) { return { results: dataMaster...