Bootstrap
Docs HomeProduct SiteSupport
  • Introduction
  • Buttons
    • Configuration
    • Data Binding
  • Checkboxes
    • Configuration
    • Data Binding
    • Events
  • Input
    • Configuration
    • Data Binding
    • Events
    • Methods
  • Modals
    • Message
    • Error
  • Search List
    • Configuration
    • Data Binding
    • Methods
  • Select
    • Configuration
    • Data Binding
    • Events
  • Table
    • Configuration
    • Data Binding
    • Events
  • Web Components
Powered by GitBook
On this page
  • Properties
  • Paging
  1. Search List

Configuration

PreviousSearch ListNextData Binding

Last updated 2 years ago

Use the following configuration options to bind the Bootstrap search list component.

Properties

Paging

Name

Default

Description

datamap

layout

0

Determines the paging layout at the bottom of the component. Valid values are 0 for a small layout and 1 for a larger layout.

The following sets up the component to use the larger paging layout.

const search = new wire.bsSearchList().render("#search", {
    ...
    paging: {layout: 1}
});

Used to bind data to the component. See for details.

Data Binding