Search
2927 results 1511-1520
Forum
- 12th Apr 2017Excel export and newlinesand found this: The inline string Datatables uses looks
- 6th Apr 2017Exception error in postEdit eventI'm not able to inline edit once I get
- 28th Mar 2017Hook a Lookup table for select box control typeUse Editor with inline editing and the options instance as described above. That will allow you to set the value for each cell in the column also with a select box I guess. Should be no problem at all.
- 27th Mar 2017Quill - saving the formatted textand not updating using inline editing. The problem I
- 26th Mar 2017Checkbox doesn't hold valueI missed it the first time but you aren't submitting the inline changes. Try changing to this: $('#example').on( 'click', 'tbody td:not(:first-child),:nth-child(4)', function (e) { editor.inline( this, { onBlur: 'submit' } ); } ); Looks like the column should be 4 :-) Kevin
- 18th Mar 2017Sorting and Searching functions not workinga new row. See inline comments. socket.on('trades', function(tradeMsg) { var
- 16th Mar 2017How to add calculated column in EditorYes, you can't edit the calculated column - you would edit the columns that the calculation is based on. This example shows how you have have inline editing on specific columns only. Allan
- 13th Mar 2017Autocomplete selectlightbox editing here, or inline editing? The fact that
- 13th Mar 2017Parent-child rowslightbox / modal editing, or inline editing. For the lightbox
- 9th Mar 2017Editor Button on top of formopts: { sortField: 'label' } } ], formOptions: { inline: { onBlur: 'submit' } } } ); editor.dependent('customer_id', function