Configuration
Use the following configuration options to bind the Bootstrap search list component.
Properties
Paging
Name
Default
Description
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}
});

Last updated