Search
9155 results 81-90
Manual
- Button configuration › Built in optionsa number of core options that are common to
- Validation › Field validation › Validation optionsdefines a number of options that are shared between
- Validation › Field validation › Validation optionsdefines a number of options that are shared between
- Validation › Field validation › Validation optionsdefines a number of options that are shared between
Blog
- Address auto-complete with Editor › How it works › Options displayAPI we now have options that we should show
- SearchPanes Release › Usage › Custom Search Optionsallows for custom search options to be set rather
- Search highlighting with mark.js › Adding custom mark.js optionsyou can use its options. For example if you'd
Examples
- FixedHeader › Horizontal page scrollingThis example shows FixedHeader operating with a wide table that causes the page to scroll horizontally (note you may need to resize your browser window for page scrolling to occur, particularly if you have a large monitor). No additional initialisation is required, FixedHeader will automatically correctly position the fixed header and footer (if used) of the table.
- FixedHeader › Enable / disable FixedHeaderThis example shows how FixedHeader can be enabled and disabled for a table using the
fixedHeader.enable()
andfixedHeader.disable()
API methods. This can be useful if you want to dynamically control the behaviour of the fixed elements. This example demonstrates this ability using two floating buttons (top right) which you can click to enable and disable the fixed header. - FixedHeader › Complex headers and footersThis example demonstrates FixedHeader's ability to work with complex headers and footers (i.e. multiple rows and also
colspan
/rowspan
attributes). No additional initialisation is required for this to work - complex headers are supported automatically.
Forum
- 9th Dec 2020options not workingunfortunately it is on an intranet so I am not able to provide a link. I suppose I will have to just live with the extra ajax call to manually populate the options.
- 2nd Dec 2020Preloading dropdowns with all possible (unique) optionsthen fetch the unique options from MySql and return
- 17th Nov 2020Dynamically change the Editor 'select' options as per another 'select' valueto get the response: { "options": { "system" [ { "label": XXX, "name":
- 19th Oct 2020Issue dealing with special characters when using export optionsoverriding logic in export options or there is an
- 19th Oct 2020Generating field options with an array obtained from ajax sourceselects a record, the options are being retrieved and
- 17th Sep 2020Set the dropdown options for a Select from a row in editorupdate the list of options for a field. You
- 2nd Sep 2020End User define drop down optionsOne option to update the column with the selects is to use cells().every() and in the loop use cell().node() to get the select input. Then use jQuery or something like this to add the option(s) to the select. Kevin
- 10th Aug 2020SearchPanes - Custom Filtering Options (Partial String Filter)You're right, that was the issue. Works great now! You've been a huge help, thank you! { "searchPanes":{ "options":[ { "label": 'Water-Based Adhesive', "value": function(rowData, rowIdx){ if (rowData["Membrane_Attachment_Type"] != null) { return rowData.Membrane_Attachment_Type.includes('WB II'); } else{ return ''; } } } ], }, "targets": [7] },
- 8th Aug 2020Can I dynamically change field options before calling the bubble editor?used to change the options. But you also can’t
- 5th Aug 2020Select form control loses it's options after submitlabel: "Activity", type: "select2", options: { "Internal training/workshop": "Internal training/workshop",