Events

DataTables for WireBootstrap extends the wire.ui.component class. As such, it inherits all its base events.

The following events are added to DataTables for WireBootstrap.

new wire.datatables().render("#select", {
    ...
    events: {
        select: (config) => {
            ...
        }    
    }
});

Last updated