Search
-
dom to layout conversion - dt 1.13.8 -> 2.1.4
by allan ·As of 2.1 yes, this is possible with the ability to specify class names and ids for the layout grid. -
TBODY x HEADER x RESPONSIVE
by lauromneto ·(event) { var modal = $(this); modal.find('#idSCR').val(idTABLE); modal.find('#dscSCR').val(dscTABLE); }) $('#modalEDT').on('show.bs.modal', function (event) { var modal = $(this); modal.f -
Change the color of the rows according to the data obtained from the server
by mldgato ·d.IdSeccion = $('#IdSeccion').val(); d.IdUnidad = $('#IdUnidad').val(); } }, "createdRow": function( row, data, dataIndex ) { if ( data[1 -
Create function duplicate record in datatable
by jlgil ·editor = new $.fn.dataTable.Editor( { ajax: "infofacturacion.cfm?cdtienda=" + $("#cdtienda").val() + "&idsesion=" + $("#idsesion").val(), table: -
Matching DataTable/Mysql-Table indexes for a proper delete.
by atupac ·à supprimer de la BDD + $("#ids_contacts").val(indexsData); + $("#contacts").submit(); } else alert( 'Aucun -
Export to CSV not working
by javierfer ·I've got a .js file with the four functions. All the same, except the tables' #ids. -
action: remove
by allan ·The idSrc option might be appropriate here: https://editor.datatables.net/options/#idSrc . Is the id in the data source object that DataTables sees? If so, then set `idSrc` to match that parameter and -
set values for idSrc
by allan ·However, you might want to look at using editor.s.idSrc ( http://editor.datatables.net/docs/current/Editor.models.settings.html#idSrc ). It's a 'private' property (although accessible), so it is possi -
Ajax call won't run
by allan ·In Editor you would use `idSrc` - http://editor.datatables.net/options/#idSrc . For other editing methods, how it is implemented it up to whatever implementation you are using. -
ajax source
by lvalero ·$('#idselect').val(this.innerHTML); -
ajax source
by lvalero ·$('#idselect2').val(this.innerHTML);