Search
9310 results 4201-4210
Forum
- 16th Jan 2017Only displaying first datable clickedYes - if you send the files over, I can try to reconstruct the issue under the support options. Allan
- 16th Jan 2017Select opts not deleting on row deletion//in init DT function where I'm setting up the select options ... initComplete: function() { this.api().columns().every(function() { var column = this; var select = $("All") .appendTo($(column.footer()).empty()) .on("change", function() { var val = $.fn.dataTable.util.escapeRegex( $(this).val() ); column .search(val ? "^" + val + "$" : "", true, false) .draw(); }); column.data().unique().sort().each(function(d, j) { select.append("" + d + ""); }); }); },
- 15th Jan 2017Add 2nd line to row - similar to .child()is set in the options (since it is restoring
- 14th Jan 2017Hide column with HTML5 data attributesYes, you can use the columns options via HTML5 attributes as described in the documentation here. columns.visible is the one you want. Allan
- 13th Jan 2017Setting language using data- attributes isn't workingFYI, to prove I wasn't imagining this, here is a package that uses double-dash to create nested options: https://select2.github.io/options.html
- 11th Jan 2017How to set the title / message of the editor form via the editor api?buttons. Use the internationalisation options for Editor to customise
- 6th Jan 2017DeferLoading not behavingleaves us with two options, neither of which are
- 6th Jan 2017Editor - Keyboard Nav Inline editI think this is the default behaviour when an input is focused and it has text. KeyTable / Editor isn't doing anything special there. I'll look into the options available for positioning the cursor exactly with Javascript. Allan
- 5th Jan 2017How To send Submit if Cell Checkbox checkedsure you set the options (with the value to
- 5th Jan 2017Editor1.6 bug with php5.3&JSthe newer syntax and options! Regards, Allan