Search
92 results 31-40
Forum
- 31st Oct 2017How i add a function to each row selectedprecioComp2 and precioComp3 { extend: "selectedSingle", text: "Actualizar", action: function
- 24th Oct 2017Java spring MVC Applicationedit", editor: editor }, { extend: "selectedSingle", action: function ( e, dt,
- 2nd Aug 2017Disabling a field in child table?the parent button: extend: "selectedSingle", text: "Kids", action: function
- 2nd Jun 2017WebService and ajax.dataSrc Object Nameuser text: "Details", extend: "selectedSingle", action: function (e, dt,
- 17th May 2017Standalone Collection Editor in form layout?own label. buttons: [ { extend: 'selectedSingle', text: 'TODO: Your Label
- 23rd Feb 2017Multiple data entriesremove", editor: editor }, { extend: "selectedSingle", text: 'Duplicate', action: function
- 30th Dec 2016Custom Button to Edit a Modal Formthe modal('show'). Thanks. extend: "selectedSingle", text: "Edit", action: function
- 15th Dec 2016Disabled Edit button on Multi-Row selection@allan Can you please confirm that you have introduced new button type yet which extends selectedSingle? I would only like to have single row editing in my project.
- 10th Nov 2016Need to pass column value as variable to external PHP form.You don't really need to bother with the Editor aspect at all for that. You could just use: { extend: "selectedSingle", text: "My button", action: function ( e, dt, node, config ) { var rowData = dt.row( { selected: true } ).data(); window.open( ' /formpage.php?salary='+rowData.salary ); } } Allan
- 27th Sep 2016Can I Open a StandAlone Editor instance on a record's Foreign Key?an editor. Sweet! {extend: "selectedSingle", text: "Edit Parent2", action: