Add Custom button at end of fields in Jquery - jTable Create/Update mode like submit button
问题 At jquery- jTable we can have some fields and actions . I need Other button [possible at end of page] near by Jquery JTable button("Submit" button) that after on Click , run another function . so this is my code : $('#RequestSubmitDiv').jtable({ title: 'newRec', paging: false, sorting: false, selecting:false; selectingCheckBoxes:false, selectOnRowClick:false, jqueryuitheme:true, formCreated:function(event,data){ data.form.validationEngine(); }, formSubmitting:function(event,data){ ... ... },