Configuration

Use the following configuration options to bind the Bootstrap table component.

Properties

The following example turns on column filters.

const table = new wire.bsTable().render("#table", {
    ...
    filter: true
});

Last updated