Search
10784 results 181-190
Examples
- SearchBuilder › Predefined SearchThis example shows how to create a pre-defined filter using
searchBuilder.preDefined. More details on the structure and properties can be found in theSearchBuilder.Conditiondocumentation. A more detailed walkthrough of preDefined options can be found at this doc page. - SearchBuilder › Formatted NumbersThis example includes a salary with a decimal place for testing the
num-fmtcolumn type (note Ashton Cox's salary). This example also demonstrates that you can search relative to a number with a decimal place, for example greater than 57.6, and you can optionally include the currency symbol and/or the thousand separator. - SearchBuilder › HTML FormatThis example shows the behaviour of SearchBuilder with columns of type
htmlwhich is present in the age column. - SearchBuilder › Interaction with Empty CellsThis example shows how SearchBuilder interacts with empty cells and allows for a demonstration of the
Emptyoption. - SearchBuilder › Limit Sub-Group DepthThis example demonstrates the behaviour of SearchBuilder when the
searchBuilder.depthLimitis set to limit how deep the Sub-Groups can be nested. The top level is considered the first level. Setting asearchBuilder.depthLimitof 2 would allow for criteria to be indented by 1 level as this would then be at the second level - the limit. In this example asearchBuilder.depthLimitof 2 is set. - SearchBuilder › Dates - auto locale formattingThis example show SearchBuilder being used with DataTables' built in
date()render which will take an ISO 8601 date string and display it in the user's local format. See the manual for more details. - SearchBuilder › Formatted dates with Moment.jsThis example includes multiple date formats that are not in the standard format to demonstrate how SearchBuilder operates with formatted dates. It makes use of the
datetime()function that is built into DataTables to format dates with either Moment.js or Luxon, depending on what is available on the page (in this case Moment.js). - SearchBuilder › Formatted dates with LuxonThis example includes multiple date formats that are not in the standard format to demonstrate how SearchBuilder operates with formatted dates. It makes use of the
datetime()function that is built into DataTables to format dates with either Moment.js or Luxon, depending on what is available on the page (in this case Luxon). - SearchBuilder › Restrict Filtering to Certain ColumnsThis example demonstrates the behaviour of SearchBuilder when the
searchBuilder.columnsis set to limit which columns can be filtered on. It is an array of the typecolumn-selector, allowing a wide range of different ways of selecting columns. Notice in this example that the "Data"selectelement only has 3 columns to choose from. - SearchBuilder › SearchBuilder Configuration using ButtonsThis example demonstrates the behaviour of SearchBuilder when initialised using a button. When initialising using a button the config is set using the
buttons.buttons.configproperty. This can then be used to set SearchBuilder options such assearchBuilder.depthLimit.
Forum
- 23rd Aug 2024custom pagination conversion to 2.xoptions is when I init a datatable (dataTable.DataTable({...})).
- 16th Aug 2024alphabetSearch Issuessure where your Datatables init code is at but
- 13th Aug 2024Since 2.1.3 the searchpane has no longer full width when collapseda screenshot and the init code for your DataTable?
- 11th Aug 2024O datatable está a enviar os parâmetros, mas não consigo aceder a eles através da super global $_REQby posting your Datatables init code and relevant server
- 6th Aug 2024Searchbuilder 1.7+ Issue with Legacy DataTablesfunction at Criteria.initSelect [as init] (dataTables.searchBuilder.js:1046:30) at Criteria._clearValue (dataTables.searchBuilder.js:642:80)
- 9th May 2024Hiding columns via display: none breaks the layout in DataTables 2maybe an setting in init?). That way, it would
- 29th Jul 2024Remove only blue icon from loadingcode prior to your initial load. You will need
- 26th Jul 2024Datatables select2 editor issuethe following error on init Cannot read properties of
- 19th Jul 2024DataTables forum Markdown documentationto how api and init are tagged, but I
- 17th Jul 2024DataTables as an input with serverSideinput fully compatable with init serverSide = true? I know