Search
3636 results 961-970
Forum
- 14th Feb 2017Probem integrating field type plugins with datatable editorLooks like only paid versions of the editor pro allows you to see the initialization code for plugins. You cannot see the code snippet in trial mode. Once I put in the initialization code, everything worked as expected.
- 10th Feb 2017How to Move cursor to next Cell after edit valueeditor.on( 'open', function ( e, mode, action ) { if ( mode === 'inline'
- 3rd Feb 2017Fatal error call to a member function insertid ...Can you enable the debug mode in 1.6 and show me the SQL? That error suggests that there is / was not insert, or no primary key value was returned. Allan
- 31st Jan 2017Class tag doesn't seem to be doing anythingdue to the compatibility mode, added tag and now
- 30th Jan 2017Editors remove function doesn't remove it from database.Could you enable Editor's debug mode and show me the JSON that is returned when you send the delete request? Thanks, Allan
- 26th Jan 2017System Error on Ajax Responseto AJAX in inline mode. Code updated at: http://www.bfinance.co.uk/bug3/index.jquery.1.7.1.html
- 24th Jan 2017dynamic button in responsive tablechild row in responsive mode the event handler doesn't
- 19th Jan 2017How to Save Full row Data using Save button in Last CellIs this with Editor's inline editing mode? There is no option to show more than a single field inline at a time in Editor I'm afraid. That is a feature that I hope to add in future. Allan
- 17th Jan 2017custom child row without AJAX, but no longer responsivealways be in responsive mode. I got rid of
- 13th Jan 2017How to set the title / message of the editor form via the editor api?open: editor.on('open', function (e, mode, action) { if ( action === 'edit'