Search
92 results 41-50
Forum
- 23rd Aug 2016DB Not Updated When Using Optionsedit', editor: editor}, { extend: "selectedSingle", text: 'Duplicate', action: function
- 26th Jul 2016Customized control button modificationinstead of extending the selectedSingle button type, you would
- 23rd Jun 2016Enable REMOVE button when 1 or more rows selected but disable the EDIT button when multipledefine the button using selectedSingle (only enabled when a
- 15th Jun 2016couple of problems with rowReorderto work ok. { extend: "selectedSingle", text: 'Delete', action: function
- 14th Jun 2016How I can avoid editing in multiple rows?do is use the selectedSingle button type and define
- 8th Jun 2016its possible to extend button with two options?No - sorry. Extend can only operate with a single button to extend. In this case the selectedSingle option would probably be the best option and call edit() from the action function. Allan
- 26th Jan 2016DT 10.1 - Extra buttonOk Allan, i found another way (dunno if it is the nicest) i just comment the extend line { //extend: 'selectedSingle', className: "btn btn-primary sButtonClass", text: '<i class="fa fa-chain-broken"></i> Rejets', action: function ( ) { BootstrapDialog.show({ title: 'Rejets', size: BootstrapDialog.SIZE_WIDE, message: $('<div>Test</div>').load('rejets.cfm') }); } }, Your advice ?
- 13th Nov 2015editor with multi select and disable button not workingbe to use the selectedSingle button type. Let it
- 11th Nov 2015Get Data from a Selected row the celllitte Bastart-Mistake... :-( buttons: [ { extend: 'selectedSingle', text: 'Produktionsfreigabe' , action: function
- 3rd Oct 2015Move row in dataTable one position upbutton. Enjoy! buttons: [{ extend: 'selectedSingle', sButtonClass: "dataTableButton", text: 'Up',