Search
2927 results 761-770
Forum
- 24th Jun 2023I want to integrate tab between columns with inline editer datatable in our laravel project.Doesn't that example basically do what you want? What's missing? You don't actually state what your question is. Allan
- 6th Apr 2023Problems with DataTable inline fields in Editor 2.1.2 (and one more in DataTable 1.13.4)Thank you - email sent :) Allan
- 15th Feb 2023How to set images in inline form in pdf?Thanks allan for your insightful answer.I appreciate the time and effort you took to provide me with a thoughtful response. Thank you for all that you do to make this community a great place to learn and share knowledge. :) :)
- 19th Jan 2023I have to set images in inline in pdf.This thread should help, it's asking the same thing. Cheers, Colin
- 30th Jul 2022Inline edit: possible datetime bugThat's odd. I updated locally this example, and changed the configured keys for your definition, and everything worked as expected - the new dates were returned the server. When tabbing into the field, the calendar pops up, and changing the value updates it and sends to the server - this video here is showing that. Do you have the most recent versions of all the extensions and DataTables? Colin
- 27th Jul 2022Inline edit: tabbing questionThanks Kevin. This worked: columns: '.editable'
- 16th Jul 2022Access hidden column(s) for Inline EditYou should be able to use the form-options to set submit to be 'allifChanged' - something like: PDS.Editor.inline(this, { buttons: { label: '>', fn: function () { this.submit(); } }, submit: 'allIfChanged' }); Please let us know if that doesn't do the trick, Colin
- 2nd Jul 2022Inline Edit of usermata-values in Wordpress-PluginTo edit a nested table, you’d probably be best using a nested DataTable and Editor. Editor won’t work directly on your current structure with key value pairs like that. Allan
- 22nd Mar 2022I want to add inline editing for my child rows , i keep on getting unexpected end of inputThis thread should help, it's asking the same thing. Cheers, Colin
- 17th Mar 2022Adding colored labels inlineI am trying to add your buttons one above the other, in the same row. A simple solution is to use </br> between the buttons like this: http://live.datatables.net/qemodapi/849/edit Aligning the buttons the way you want just needs standard HTML and CSS options to be applied. Datatables doesn't control this. Kevin