Search
2900 results 771-780
Forum
- 12th Mar 2021Use of whole row + inline createThanks Allan! I will try to run direct on my server.
- 29th Jan 2021Inline editing not working in IE 11I noticed that last month and we have a ticket open for it (DD-1776). I'll flag it again and will report back here when there's an update. Apologies for the inconvenience, Colin
- 20th Jan 2021Inline editor - default dateHi, Great to hear you’ve got it working now! Allan
- 2nd Dec 2020how to break word in inline editing?Thank you.
- 12th Nov 2020Place custom inputs inline with length and search inputYou can create Custom toolbar elements and place them where you want with the dom option. Kevin
- 24th Aug 2020when i try to implement the inline edit function it is giving me this errorIs that the complete error? Kevin
- 26th Jun 2020Inline Editor is not workingafter submit it takes previous value and not the new value. If you refresh the page, does it have the new value then? And a link would be helpful to diagnose. Colin
- 25th May 2020Inline editing: Textarea + NewLineYou can use a WYSIWYG editor plug-in. You'll find some here. I use quill and it works fine. https://editor.datatables.net/plug-ins/field-type/ https://editor.datatables.net/plug-ins/field-type/editor.quill#Example
- 6th May 2020Can I modify the request type of my inline Editor AJAX call based on the edited cell values?You'd need to use ajax as a function and then call $.ajax() (or fetch or whatever you prefer) directly. There isn't a way to modify the verb that Editor sends from its default Ajax call on-the-fly based on the data I'm afraid. Using your own function would be the only way to do it. Allan
- 30th Apr 2020Validate if inline edit is less than current number'max' => $customer_name.'_'.$bidyear.'_carrier_list_rd1_point_point.bid_one_rpm', This won't work I'm afraid. The validator expects a number to test against, not an SQL statement. You would need to use a custom validator if you want to query the database for the current value and validate against that. Regards, Allan