Search
2927 results 811-820
Forum
- 22nd Feb 2018oTable.draw() not working after inline editThat shouldn't be required. What does the server respond with to the Editor request? Allan
- 2nd Feb 2018I need a demo example inline Edit to multiples columns in multiple pages with server side pagenaHi Allan, Thank you very much for your quick response.it sounds good when i used edit popup.But in this case i don't want to use any edit popup.
- 21st Dec 2017Bubble or Inline Editing w/ Server Side ProcessingHi, My guess is that you are showing a label in the table rather than CMS_workorders.ContractorId - is that correct? Are you using columns.editField to tell Editor that name of the field you want to edit from the table (i.e. the id rather than the label)? If you are able to give me a link to the page I can check for sure. Allan
- 14th Dec 2017Editor inline edit keypress enterThanks.
- 7th Sep 2017[Bug Report] KeyTable + Quill inline editing misbehavesCould you show me your KeyTable initialisation please? Did it work with an older version of KeyTable? Thanks, Allan
- 17th Aug 2017Fixed columns and inline editor with preSubmit looks weird (Fixed col stays same)Hi, Could you link to a test case showing the issue please? Thanks, Allan
- 19th May 2017Server Side Processing table.empty() broken inline buttonsCould you have the server return an empty result set when a request is made with an empty search string? That would make the client-side aspect easier. Allan
- 8th Dec 2016Select2 with inline editing and multiple selections sends update even if there are nonePhew - we got there in the end! Good to hear it is working for you now! Allan
- 27th Nov 2016Full row inline editing with dropdown, date picker and radio button controlsI believe this is what your after: https://editor.datatables.net/examples/inline-editing/simple
- 10th Nov 2016Inline Editing stopped working since AJAX customized?Simple fix actually... Edit function was POST whereas I was trying to use GET causing the server to become confused. Changed GET to POST above solved this.