Configuration

Use the following configuration options to bind the iCheck Filter for WireBootstrap component.

Properties

The following example creates a new instance of the iCheck Filter for WireBootstrap specifying that the component how 30 records per page.

const filter = new wire.icheckFilter().render("#filter", {
    ...
    rowsPerPage: 30
});

Last updated