Search
9302 results 511-520
Examples
- SearchPanes › Advanced SearchPanesThis is the section for showing the key configuration options that are available with SearchPanes. This includes showing sub-totals, cascading the panes, selecting which panes to show or hide and pre-selecting rows to name a few.
- SearchPanes › SearchPanes Button Configurationto set the panes options when they are being
- SearchPanes › Custom Filtering Pane with PreSelectionsare populated with custom options which can search the
- SearchPanes › Custom Filtering Paneare populated with custom options which can search the
- SearchPanes › Column Filter Integrationactivated to only show options present in the table.
- SearchBuilder › SearchPanes, CascadePanes and ViewTotal Integrationthe panes will remove options which are no longer
- SearchBuilder › Predefined Searchdetailed walkthrough of preDefined options can be found at
- SearchBuilder › SearchBuilder Configuration using Buttonsused to set SearchBuilder options such as
- SearchBuilder › SearchBuilder InitialisationThis is the section for showing the key customisation options that are available with SearchBuilder.
- Scroller › Basic initialisationobject to specify initialisation options for Scroller. Deferred rendering
Forum
- 6th Jul 2016WHERE conditions when populating field select options in PHPThanks for the link! Despite the new search feature I still struggle to find the documentation I'm looking for sometimes. :smile:
- 24th Jun 2016i have a problem initializing the data table i have tried many options in the forumsChange: search.find(".dataTable").dataTable().fnDestroy(); to be: search.dataTable().fnDestroy(); Otherwise it is looking for tables inside the table you want! Allan
- 16th Jun 2016How to pass filter multi-select options to serverHi, I'm not entirely sure what this.value will be when you have multiple items selected. There is a good chance it will be an array, but you'd really need to find that out before this can be fully solved (a simple console.log( this.value ) will tell you). columns().search() expects a simple string to be passed in. If an array is passed in it will reject it (possibly with an error - I'm not sure - it isn't valid input so I've not tested it!). Assuming you want it to be an AND filter you could just convert it to be a space separated string. If you want it to be an OR filter you would need to use a regular expression. Regards, Allan
- 1st Jun 2016Export table options in drop down listHave a look at this example: https://datatables.net/extensions/buttons/examples/initialisation/collections.html collection allows you to create a drop down with multiple buttons.
- 28th Mar 2016select2 doesn't load the options correctlyOh I see sorry if I misread the issue anyway let see what others can say hoping we can find answer :)
- 14th Mar 2016Set Id to select options. (Drop Down Element Id's)That looks correct. The other way to get the select element is via the field().input() method. Allan
- 11th Feb 2016Double quotes around some optionsIt doesn't need to be. it can be, but it doesn't need to. I've tried to be consistent with not having the quotes for the parameter names, but I don't always manage (particularly from my old code where I consistently did try to add them....). Allan
- 27th Jan 2016Jquery datatable FixedHader 3.1 options for fixed left columnOnly with an old version of FixedHeader I'm afraid. Allan
- 5th Jan 2016Polling Ajax: options other than setInterval?Perfect, thanks Allan!
- 28th Dec 2015Select2 - not possible to clear all options and save empty valueThanks for letting me know about this. The issue turns out to be that Select2 gives a value of null rather than an empty array when multiple values can be selected but none are. I've updated the Select2 plug-in for Editor to address this. Allan