Search
19113 results 9561-9570
Forum
- 10th Feb 2013MySQL Interaction with DataTable & Editor Using PHP and Javascriptprobably the easiest option. Create a field type plug-in
- 8th Feb 2013Check for duplicatesit was $args['action'] is 'create' while editing and $POST['action']
- 8th Feb 2013disable onPreSubmit function while using editor.removeto be submitted in create as well, then use
- 8th Feb 2013Can multiple Editor instances on the same page coexist?shows up on my create form is if I
- 7th Feb 2013Examples of editor with auto-complete fieldsfn.DataTable.Editor.fieldTypes.autocomplete_text = $.extend( true, {}, $.fn.DataTable.Editor.models.fieldType, { "create": function ( conf ) { var that
- 7th Feb 2013Make variable column numbers workAlternatively, use DataTables to create the columns (unless you
- 6th Feb 2013How to grab Datatables data from a Google SpreadsheetIt would be really great to add a plain example or add the entire html page code for somebody totally dummy about how to create html like me. Could you please add this?
- 6th Feb 2013Two select boxes - can first select box control the ipOpts of the second?the correct values on create / edit editor.on('onInitCreate onInitEdit', function
- 5th Feb 2013Update a field based on the value of anotherpost = $_POST; if ( $post['action'] === 'create' || $post['action'] === 'edit' ) { if ( $post['data']['status']
- 4th Feb 2013Issue selecting rows that have not yet been rendered.deferred rendering - that will create all nodes needed for