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

Search List

PreviousErrorNextConfiguration

Last updated 2 years ago

The Bootstrap Search List component allows a list of values to be searched. The component supports server-side paging of query results using a WireBootstrap and is an easy way to filter the data in other components on a page.

Use the bsSearchList class to create an instance of the select list component inside WireBootstrap.

const searchList = new wire.bsSearchList();

Render the component using an HTML div element.

<div id="search-list"></div>
...
searchList.render("#search-list",{
    ...
});

Web Component

<wire-bs-search-list wr-config=""></wire-bs-search-list>

Use the wire-bs-search-list web component to render the component using .

Web Components
dataset
Bootstrap Search list