Search
3636 results 981-990
Forum
- 15th Nov 2016How can I transpose a table?Sorry to say, DataTables does not have a transpose mode. You can simply transpose the table yourself of course, but filtering, sorting and editing would not be transposed. Allan
- 11th Nov 2016Open select control's listcertainly go into edit mode (as you have done),
- 10th Nov 2016Inline edit in fixed columnenter the inline edit mode. Both combined (as written
- 26th Oct 2016Bubble Editor custom classeditor.on( 'open', function ( e, mode, action ) { $('div.DTE_Bubble').addClass( 'myClass' ); } ); Allan
- 26th Oct 2016How to use a dropdown (html select) with the inline editor?automatically in inline editing mode. There is an example
- 21st Oct 2016Editor editing issue? Can edit text, but not clear the text.problem. Still in learning mode. Here is my client
- 18th Oct 2016Problem with field not being editable after joinInstead, the bubble editing mode was designed for that.
- 13th Oct 2016Set editor field instance type on preOpen ?preOpen', function ( e ) { var mode = editor.mode(); // Gets editor mode,
- 7th Oct 2016Editor: Row Reorder Precreate IssueFound a work around. Changed e.Values["displayOrder"] to just "displayOrder" (no e.values or brackets) and then disabled strict mode on my mySQL db.
- 30th Sep 2016Datatable Export to Excel button opening file dialog instead of direct saving on IE11Are you able to debug which part of the available method from excelHtml5 is returning false in IE11 for you? Just to check - you aren't using it in quirks more or some compatibility mode? Allan