Search
92 results 21-30
Forum
- 17th Mar 2020is there a way to update the table from the result of an api callremove", editor: editor }, {extend: 'selectedSingle', text: 'Update', action: function
- 23rd Jul 2019Delete without confirmationHi @Tinchio , You can use the button selectedSingle for that - something like this: http://live.datatables.net/tazolojo/1/edit Cheers, Colin
- 25th Jun 2019Custom Editor button that's enabled before selecting a rowHi @jacktrap , It's because you're extending selectedSingle, which only activates when a single row is selected. If you remove that line, like here, it's always activated. Cheers, Colin
- 20th Jun 2019How to check field value with custom buttonI solved this way: { extend: 'selectedSingle', text: 'selectedSingle', action: function (e, dt, node, config) { var verificato = (dt.rows( { selected: true } ).data().pluck('pagamenti').pluck('pag_verif')).join(''); if ( verificato == 1 ){ alert("Pagamento verificato!"); this.close(); }else{ pagamentiEditor.edit(pagamentiTable.rows('.selected', { select: true })); } } }, I ask the experts for confirmation... Giuseppe
- 8th Aug 2018Editor parent/child editing in modal.like edit / delete) extend: 'selectedSingle', //alternative would be 'selected'
- 9th May 2018How to attach an id to a button?like edit / delete) extend: 'selectedSingle', //alternative would be 'selected'
- 26th Mar 2018Datatable not showing properly in modal boxlike edit / delete) extend: 'selectedSingle', //alternative would be 'selected'
- 21st Feb 2018editor.set to update join tableremove", editor: editor }, { extend: "selectedSingle", text: "Approve", action: function
- 21st Dec 2017Requested unknown parameter '0' for row 0, column 0.rows: ':visible', columns: ':visible' }, }, //'selectedSingle', 'selectAll', 'selectNone', //'selectRows', //'selectColumns',
- 6th Nov 2017Buttons (copy, csv, etc..) don't show in my datatablethen later: buttons: [{ extend: "selectedSingle", text: "Actualizar", action: function