Search
19112 results 8881-8890
Forum
- 28th May 2015Help with isset($_POST['action']) && $_POST['action'] === 'edit'Looking good $data['fieldErrors'] is the check I needed. My scenario is currently simpler than it will be, I need to make checks at create too, but now this logic is in place, I can get on with it. Thanks again
- 28th May 2015Collection with multiple selectionHi, no, I would like to create a collection like that $(document).ready( function () { $('#example').dataTable( { "sDom ": 'T<"clear ">lfrtip', "oTableTools ": { "aButtons ": [ { "sExtends ": "collection ", "sButtonText ": "Save ", "aButtons ": [ "csv ", "xls ", "pdf " ] } ] } } ); } ); and give the possibility to choose csv AND xls. BR Mirko
- 26th May 2015Inline Editing Randomly Stops Workingedit. */ .on('preSubmit', function(e,data,action) { if(action == 'create') data.data.description = "Asset Created"; else if(action == 'edit') { if(openVals
- 24th May 2015Limit the number of rows in the tablecount = 1, then allow create restriction for you. You
- 22nd May 2015How do I clean up data prior to validation?The validator only validates the data, it doesn't format it. For formatting, you want a formatter :-). Specifically a set formatter in this case - the documentation for the PHP and .NET libraries cover how you can create custom formatters. Regards, Allan
- 22nd May 2015DisplayIndex Issue/ Bug with 1.10.0-beta.3.dev versionCan you link to the page you are working on, or create a test case using JSFiddle showing the issue please? Allan
- 22nd May 2015Editor - .NET Field.Options Methodkey thing is to create a new Dictionary of
- 19th May 2015Best way to remove certain values from a cloned recordin my case: editor .create( { title: 'Clone an existing
- 19th May 2015Datetime BootStrap 2fn.dataTable.Editor.fieldTypes.datetime = $.extend( true, {}, $.fn.dataTable.Editor.models.fieldType, { "create": function ( conf ) { var that
- 18th May 2015datatables.editor.js error: 'undefined' is null or not an objectinline() function. I'll also create a new project isolating