Search
2927 results 781-790
Forum
- 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
- 26th Apr 2020Edit, delete buttons inlineThe example I provided show how to get the click ed row and the data for that row. If you want bubble editing you can use the Editor or create your won code. This example might give you some ideas but I don't know of any bubble editor examples except what comes with Editor. Kevin
- 1st Mar 2020Prevent row flash after inline editThis thread should help, it's asking the same thing. Cheers, Colin
- 6th Feb 2020value is displaying instead of label in select dropdown inline editty for this answer. I was hoping this obvious bug would be fixed by now but I take what I can get..