Search
2900 results 791-800
Forum
- 23rd Sep 2019rows does not update after inline editHi @burckardas , If the table isn't updating after the edit, that's normally caused by incorrect data being returned by the server. Please can you post the server's response to your edit. Cheers, Colin
- 20th Aug 2019Can't access row information with save record button inlineHi @Gmartins88 , We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here. Cheers, Colin
- 19th Jul 2019Is there any way to submit an inline edit if you simply focus out of the field.Thanks! Can't believe I missed that.
- 22nd Feb 2019Existing date is not populating for datepicker when we use inline edit with DatatableThanks @allan and @colin By changing date formats from database (to match with date format we mentioned for datatable) worked for us. Once again thanks for your quick support.
- 15th Jan 2019Adding Validation to data entry in-lineThanks again Allan - that worked a treat
- 10th Jan 2019Inline Editor Radio Type Will jump to unexpected position when start edit or select@allan Thanks allan, your option is totally right , It is because the my custom radio style [type="radio"]:checked { position: absolute; left: -9999px; opacity: 0; }
- 7th Nov 2018Hello there i have a problem using inline editor with DataTables.Try moving the var editor inside your document ready function. I'm not certain that will be the issue without being able to see the page, but I'm wondering if you are using that variable somewhere else as well and it is causing a conflict. Thanks, Allan
- 1st Aug 2018inline editing row focusI'm sorry, I don't know what would cause this off the top of my head and the information above isn't enough for me to debug it. Can you use http://live.datatables.net , JSFiddle, CodePen or similar to create a test case showing the issue, if you aren't able to link to your page. That would let me debug it and be able to offer some help. Allan
- 10th Apr 2018Is it possible to add another column value, like id, in request when using inline()Yes, just to add to that, Editor currently requires that the whole data object for the row be returned from the server regardless of what field(s) are submitted. That is to allow for server-side updated fields such as last updated by etc. We are going to relax that a bit in 1.8 to allow an individual field's data to be returned. Until then, if your server responds with all fields if you submit them all, that's a good work around. Allan
- 28th Mar 2018Function is not defined error while calling inline function while rendering of data in columnThank you. I did not know that. This is for the first time i am using it and I am beginner. My issue has been resolved with different approach.