The default constructor
The name of the template containing actions
The toolbar config containing component properties
The event emitted when an action (e.g., button, kebab, etc.) has been selected
The event emitted when a filter has been changed
The event emitted when a field menu option is selected
The event emitted when a filter has been saved
The event emitted when the user types ahead in the query input field
The event emitted when the sort has changed
The event emitted when a view has been selected
The name of the template containing views
Handle clear filter event
An array of current Filter objects
Check if the component config has changed
Setup component configuration upon initialization
Reset current field and value
Generated using TypeDoc
Toolbar component
Usage:
// NGX Bootstrap import { BsDropdownConfig, BsDropdownModule } from 'ngx-bootstrap/dropdown';
@NgModule({ imports: [BsDropdownModule.forRoot(), ToolbarModule,...], providers: [BsDropdownConfig] }) export class AppModule(){}
Optional: