Search
9155 results 101-110
Reference
renameState
› Renames a state.have any additional configuration options available to it, beyondremoveState
› Removes a state from storage.have any additional configuration options available to it, beyondremoveAllStates
› Removes all stored states.have any additional configuration options available to it, beyondcreateState
› Creates a new state, based off of the current state of the table.the save or create options of the stateRestoreConfig configurationselect
› Select configuration objecthow, depends upon the options selected.select.keys
› Keyboard navigation and selection of rows in the tableThis options provides the end userselect.style()
› Get / set the style by which the end user can select items in the tableitem. Each of these options can be used withsearchPanes.panes.dtOpts
› Define the DataTables options for a custom paneSearchPanes will overwrite the options for that column definedcolumns.searchPanes
› Container for options for individual columnsAs standard, no custom options will be applied tocolumns.searchPanes.threshold
› Set the minimum number of unique values needed in a specific column to display that panethe total number of options are calculated rather than
Forum
- 13th Feb 2020Override default button export options?It does work as I commented - I sure wish you could edit your posts. I would edit this to ask if you can override just the column exportOptions vs having to re-initialize all the button options.
- 3rd Feb 2020asp.net fixed select optionsthe documentation... new Field("users.site") .Options( () => new List<Dictionary<string, object>>{
- 27th Jan 2020select optionsSounds like you might have a lot of options. You might want to consider using Select2 or similar to show and filter just a subset of options. Allan
- 23rd Dec 2019options for select drop-down are blankwhen I take away the 'select' option from the javascript, it shows the correct value. So the value is there, just no drop-down of options.
- 27th Nov 2019Individual column input select exporting all optionsPlease help @allan, I want to have dropdown filter in select footer columns. I have enabled footer export for Print and Excel where all the dropdown options are shown as a long string instead of reflecting the selected option only.
- 1st Nov 2019Multiple Select - Increase size - number of options displayedThat CSS just seems to make normal selects higher, but no effect on multi select. I just want to have the number options visible in multi selects to be more than 4.
- 19th Oct 2019How to populate a dependent select's options in javascript?data, callback){ var myObj = {'options': {'Job_Value_Code' [{'label':'David', 'value':'DPA'},{'label':'Mary', 'value':'MQS'}]}};
- 26th Sep 2019Add "options" from DB Table and more custom optionsan extra value in options list returned by db.
- 30th Aug 2019How can I display multiple options names in the column?assign the list of options to a variable that
- 26th Aug 2019editor work with two different database? to get options or updateThe best way of doing this is probably with a custom method to get the options for the database using whatever db connection it is that you need. Allan