Search
2679 results 2461-2470
Forum
- 12th Aug 2019Pass value of select list from editor.create into ajaxUse field().val() to get the value of a field in your callback function. You might also be interested in this example which shows how a duplicate / clone button could be made (albeit outside of the Editor form). Allan
- 4th Aug 2019Is it possible to use Toggle Switch in DataTables Editor instead of Select?Sorry, I misunderstood. If you are using Editor you will want to create a [field type plugin]. I did something similar using Bootstrap Toggle. See if this thread helps. Kevin
- 23rd Jul 2019How to Add field in confirm button?Hi @misteam , You can do something like this here. This is changing the office in an edit form, but you can do something similar for your select. Cheers, Colin
- 17th Jul 2019select two labelsThe label is what's displayed on the form during editing so the user knows what the field is - it only makes sense to have a single label. What's the use case for two?
- 16th Jul 2019Adding a field (checkbox) to the remove formdata: 'id' , className: 'text-left' } ], select: true, buttons: [ { extend: 'create',
- 16th Jul 2019submit name of modified fieldcolumns: ':not(:nth-child(35)):not(:nth-child(36)):not(:nth-child(37)):not(:nth-child(38)):not(:nth-child(39))', editor: editor }, select: false, buttons: []//, /* "createdRow": function
- 15th Jul 2019Select 2 backend model and database storage typeI added a separator option to the select2 integration plug-in for exactly this sort of thing. You can add separator: ',' to get and set a list of comma separated values for the field. Allan
- 9th Jun 2019Select event throwing errors and CRUD call not savingsame apart from some field names and types. What
- 8th May 2019field processing indicator puzzleform. If you just select the class DTE_Processing_Indicator the
- 11th Mar 2019Left Join - left field - delay between dateEditor to build its SELECT against that. Regards, Allan