Search
9302 results 111-120
Reference
columns.searchPanes.show› Force Panes to hide or showthere are 10 unique options, then the ratio iscolumns.searchPanes.dtOpts› Define properties of the DataTables being used for an individual paneSearchPanes will overwrite the options for that column definedcolumns.searchPanes.collapse› Allow the SearchPanes to be collapsed for specific columnsthe searchPanes.initCollapsed or columns.searchPanes.initCollapsed options.button.searchPanes› Enable SearchPanes through a buttonwish to configure SearchPanes options to customise either appearancesearchPanes› Enable Search Panesbuttons, which accepts configuration options as a config parameter.searchPanes.viewTotal› Update the count column when searching to show visible countuseful for seeing which options actually have entries presentsearchPanes.threshold› Set the minimum ratio of unique values to total values needed in a column to display it's panethe total number of options are calculated rather thansearchPanes.panes› Define custom panes to filter across all columnssimilair way to the options array in columns.searchPanes.options. WithsearchPanes.panes.preSelect› Deprecated. Define any preSelections for the custom panespanes have no preSelected options. Setting searchPanes.panes.preSelect to containsearchPanes.panes.dtOpts› Define the DataTables options for a custom paneSearchPanes will overwrite the options for that column defined
Forum
- 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
- 19th Aug 2019API jumpToData won't work if I set options to DataTableHi, I edited your code. I added language option and it didn't work. I think the language options caused it.