Search
18892 results 131-140
General
- Editor 1.7.3 release notes › Release notes › Fixesadded (add()) while in create or edit mode, an
- Editor 1.7.0 release notes › Release notes › Newan edit into a create action, effectively duplicating a
- Editor 1.6.4 release notes › Release notes › Fixesnew rows to be created if there were no
- Editor 1.6.2 release notes › Release notes › Fixesof Editor instance being created with new Add support
- Editor 1.6.0 release notes › Release notes › Fixeswhile editing data (not create or delete) would cause
- Editor 1.5.6 release notes › Release notes › Newusing add() to dynamically create new fields. PHP Mjoin->order()
- Editor 1.5.5 release notes › Release notes › Fixesincorrectly shown in the create form if used after
- Editor 1.5.2 release notes › Release notes › PHPhad been used to create an array.
- Editor 1.5.0 release notes › .NET › Newwhen Editor performs a create, edit or delete action,
- Editor 1.4.1 release notes › Release notes › .NETExample controllers all now create a new Database instance
Forum
- 24th Jan 2019Cannot extend unknow button type: createI have searched: https://datatables.net/forums/discussion/32672/cannot-extend-unknown-button-type-create Allan said: That's odd - I was expecting 1.4 or earlier based on the error you are seeing. The create button was added in 1.5.0.
- 6th Jan 2019Create multiple blank rowsBrilliant, thanks Kevin (a case of RTFM!) Here's the code if it's useful for anybody //Create Empty new $.fn.dataTable.Buttons(table, [{ extend: "create", text: "Create Empty Row", action: function(e, dt, node, config) { editor.create(5,false).submit(); } }]); table .buttons().container().appendTo($('#createempty'));
- 4th Jan 2019Hide form field on CreateI wanted to add to this that if you create, and then close the create dialog and edit, the fields will still be hidden. You must also tap into the edit init and re-show all fields.
- 1st Jan 2019How do I create a from click inside another table.click on the link created the same table, gives
- 27th Dec 2018On Create only - set select2 dataEditor - one for the create action which has the
- 7th Dec 2018How do I create a link that opens editor?For anyone else interested, you can use create() and edit() to show the Editor form programmatically. Allan
- 6th Dec 2018How to create expandable table row? (not a child row)It's hard to diagnose from the code, would be better to create a test case, like my one above, or even modify my one C
- 3rd Dec 2018Queuing mechanism on create?a better way :). The create() method has an optional
- 26th Nov 2018Create Action for New Record RefreshDatatables expects only the created row to be returned.
- 12th Nov 2018New Create Buttonthis: new $.fn.dataTable.Buttons(table, [{ extend: "create", text: "make empty", action: